{"id":15501953,"url":"https://github.com/apendua/any-language","last_synced_at":"2025-09-12T13:38:13.532Z","repository":{"id":147420976,"uuid":"94982292","full_name":"apendua/any-language","owner":"apendua","description":"A toolbelt for creating cool parsers and interpreters","archived":false,"fork":false,"pushed_at":"2018-01-25T23:19:39.000Z","size":117,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T05:16:10.220Z","etag":null,"topics":["expression-evaluator","grammar","parser","pratt-parser"],"latest_commit_sha":null,"homepage":"","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/apendua.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2017-06-21T08:39:01.000Z","updated_at":"2020-12-04T03:20:11.000Z","dependencies_parsed_at":"2023-06-13T11:15:16.787Z","dependency_job_id":null,"html_url":"https://github.com/apendua/any-language","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"73072ca1d4b4fa7997f3c1a6eabed78e155a5e60"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apendua/any-language","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apendua%2Fany-language","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apendua%2Fany-language/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apendua%2Fany-language/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apendua%2Fany-language/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apendua","download_url":"https://codeload.github.com/apendua/any-language/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apendua%2Fany-language/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274822434,"owners_count":25356522,"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-09-12T02:00:09.324Z","response_time":60,"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":["expression-evaluator","grammar","parser","pratt-parser"],"created_at":"2024-10-02T09:06:37.966Z","updated_at":"2025-09-12T13:38:13.486Z","avatar_url":"https://github.com/apendua.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# any-language\n\n** Q\u0026A\n\n\u003e Why can't we identify symbol type in tokenizer?\n\nWe can't do that because symbols can depend on the current parser context, while\ntokens are clearly context-free.\n\n\u003e Why we are not using variables in parser context?\n\nBecause the semantic analysis can be easily done as a separated process\nand removing it from the parser logic simplifies everything, starting from\ngrammatic rules definition, lookahead, and finally AST caching.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapendua%2Fany-language","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapendua%2Fany-language","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapendua%2Fany-language/lists"}