{"id":47829784,"url":"https://github.com/j6k4m8/catl-parser","last_synced_at":"2026-04-03T20:08:23.770Z","repository":{"id":338361470,"uuid":"1127561810","full_name":"j6k4m8/catl-parser","owner":"j6k4m8","description":"A small TypeScript parser for CATL (Chord and Tab Language): a compact text format for guitar chords and tab events.","archived":false,"fork":false,"pushed_at":"2026-02-14T03:10:59.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-14T10:09:40.157Z","etag":null,"topics":["chords","guitar","guitar-chords","music","music-notation","notation","tablature"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/j6k4m8.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-04T06:16:29.000Z","updated_at":"2026-02-14T03:11:51.000Z","dependencies_parsed_at":"2026-02-14T10:10:13.292Z","dependency_job_id":null,"html_url":"https://github.com/j6k4m8/catl-parser","commit_stats":null,"previous_names":["j6k4m8/catl-parser"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/j6k4m8/catl-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j6k4m8%2Fcatl-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j6k4m8%2Fcatl-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j6k4m8%2Fcatl-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j6k4m8%2Fcatl-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/j6k4m8","download_url":"https://codeload.github.com/j6k4m8/catl-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j6k4m8%2Fcatl-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31374136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chords","guitar","guitar-chords","music","music-notation","notation","tablature"],"created_at":"2026-04-03T20:08:23.183Z","updated_at":"2026-04-03T20:08:23.762Z","avatar_url":"https://github.com/j6k4m8.png","language":"TypeScript","readme":"# @j6k4m8/catl-parser\n\n![NPM Version](https://img.shields.io/npm/v/%40j6k4m8%2Fcatl-parser?style=for-the-badge) [![CATL Version](https://img.shields.io/badge/CATL-v0.1-blue?style=for-the-badge)](https://github.com/j6k4m8/catl)\n\n\u003e **Latest supported CATL version:** [v0.1](https://github.com/j6k4m8/catl)\n\nA small TypeScript parser for [**CATL** (Chord and Tab Language)](https://github.com/j6k4m8/catl/): a compact text format for guitar chords and tab events.\n\nThis package provides:\n\n-   a lexer + parser\n-   an AST\n-   diagnostics with spans (line/col)\n\n## Install\n\n```bash\nnpm i @j6k4m8/catl-parser\n```\n\n## Usage\n\n```ts\nimport { parseCATL } from \"@j6k4m8/catl-parser\";\n\nconst src = `\n# chords\n\"Gmin7\":3x332x:\"Nice chord!\" | X554X5\n|: X554X5 | X554X5 :|\n\n# events\n{eBGDAE}\n0A:\"When\" 0D 5e:\"you\" 7B 3e+0D:\"fall in love\"\n0@5 0@4 5@1 7@2 3@1+0@4\n`;\n\nconst ast = parseCATL(src);\n\nconsole.log(ast.diagnostics);\nconsole.log(ast.lines);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj6k4m8%2Fcatl-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj6k4m8%2Fcatl-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj6k4m8%2Fcatl-parser/lists"}