{"id":25150559,"url":"https://github.com/kokorinilya/parser-generator","last_synced_at":"2025-07-18T10:33:02.700Z","repository":{"id":130990131,"uuid":"160259394","full_name":"KokorinIlya/parser-generator","owner":"KokorinIlya","description":"Simple parser and lexer generator for LL(1) grammars","archived":false,"fork":false,"pushed_at":"2018-12-26T14:41:09.000Z","size":2092,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-03T09:31:52.470Z","etag":null,"topics":["code-generation","lexical-analysis","lexical-analyzer","parsing","recursive-descent"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/KokorinIlya.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}},"created_at":"2018-12-03T21:58:09.000Z","updated_at":"2018-12-26T15:04:52.000Z","dependencies_parsed_at":"2023-05-24T17:45:30.056Z","dependency_job_id":null,"html_url":"https://github.com/KokorinIlya/parser-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KokorinIlya/parser-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KokorinIlya%2Fparser-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KokorinIlya%2Fparser-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KokorinIlya%2Fparser-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KokorinIlya%2Fparser-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KokorinIlya","download_url":"https://codeload.github.com/KokorinIlya/parser-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KokorinIlya%2Fparser-generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265742403,"owners_count":23820836,"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","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":["code-generation","lexical-analysis","lexical-analyzer","parsing","recursive-descent"],"created_at":"2025-02-08T22:47:04.970Z","updated_at":"2025-07-18T10:33:02.687Z","avatar_url":"https://github.com/KokorinIlya.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parser-generator\nSimple parser and lexer generator for LL(1) grammars\n\n**Table of contents**\n\n\u003c!--- TOC --\u003e\n\n * [Lexer and parser generation](#lexer-and-parser-generation)\n * [Grammar description](#grammar-description)\n\n\u003c!--- END_TOC --\u003e\n\n## Lexer and parser generation\n\nTo create lexer and parser, run the following code.\n\n```scala\nval gen = new Generator(\n  pathToGrammar,\n  pathToDirectoryForCode\n)\ngen.generate()\n```\n\nWhere ```pathToGrammar``` is a path to file with grammar description (see [Grammar description](#grammar-description) section for details), and ```pathToDirectoryForCode``` is a path do directory, where generated code (lexer, parser and tokens description) will be placed.\n\n## Grammar description\n\nTODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkokorinilya%2Fparser-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkokorinilya%2Fparser-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkokorinilya%2Fparser-generator/lists"}