{"id":33928837,"url":"https://github.com/dfgordon/tree-sitter-merlin6502","last_synced_at":"2025-12-30T05:53:33.642Z","repository":{"id":62317058,"uuid":"474757637","full_name":"dfgordon/tree-sitter-merlin6502","owner":"dfgordon","description":"Parser for Merlin 6502 assembly language","archived":false,"fork":false,"pushed_at":"2025-08-03T20:04:23.000Z","size":1311,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T12:59:03.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dfgordon.png","metadata":{"files":{"readme":".github/README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-03-27T20:55:40.000Z","updated_at":"2025-08-03T20:01:01.000Z","dependencies_parsed_at":"2024-04-21T14:53:27.021Z","dependency_job_id":"77c8c496-04b7-47f9-9c95-a949eb90cd7f","html_url":"https://github.com/dfgordon/tree-sitter-merlin6502","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"3e8b3b0f68e07f223a0bc7ace1df2a1c31c5c7ab"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/dfgordon/tree-sitter-merlin6502","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfgordon%2Ftree-sitter-merlin6502","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfgordon%2Ftree-sitter-merlin6502/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfgordon%2Ftree-sitter-merlin6502/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfgordon%2Ftree-sitter-merlin6502/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfgordon","download_url":"https://codeload.github.com/dfgordon/tree-sitter-merlin6502/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfgordon%2Ftree-sitter-merlin6502/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27682222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-12T02:00:06.775Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-12T11:48:37.513Z","updated_at":"2025-12-12T11:48:42.087Z","avatar_url":"https://github.com/dfgordon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parser for Merlin 6502 Assembly\n\n![unit tests](https://github.com/dfgordon/tree-sitter-merlin6502/actions/workflows/rust.yml/badge.svg)\n\nThis is a parser for Merlin assembly language intended for use with language servers.  It is built using the [Tree-sitter](https://tree-sitter.github.io/tree-sitter/) system.  The native parser is a C library.  Bindings are possible for several languages, but only the [rust crate](https://crates.io/crates/tree-sitter-merlin6502) is actively maintained.  There is a [node package](https://github.com/dfgordon/tree-sitter-merlin6502/pkgs/npm/tree-sitter-merlin6502) that can be updated upon request.\n\nFor details on parser usage and design see the [wiki](https://github.com/dfgordon/tree-sitter-merlin6502/wiki).\n\n## Pre-Build Process\n\nIf you are changing the grammar, be aware the file `grammar.js` is actually generated by the metaprogram `opcode_processor.py`.  This takes `grammar-src.js`, `opcodes.json`, and `pseudo_opcodes.json` as inputs.\n\n## Build Process\n\nOnce you have `grammar.js` you run `tree-sitter generate` to produce `src/parser.c` and, in turn, the bindings for whatever languages are specified in `tree-sitter.json`.  If you want to compile a WASM parser you can follow up with `tree-sitter build -w`.\n\n## Build Script\n\nThe `build.py` script takes care of all of the above steps, and will also run the tests.\n\n## References\n\n* Merlin 8/16 Manual, copyright 1987, Roger Wagner Publishing, Inc.\n* Merlin 16+ Manual, copyright 1988-1989, Roger Wagner Publishing, Inc.\n* [Merlin 32 Documentation](https://brutaldeluxe.fr/products/crossdevtools/merlin/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfgordon%2Ftree-sitter-merlin6502","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfgordon%2Ftree-sitter-merlin6502","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfgordon%2Ftree-sitter-merlin6502/lists"}