{"id":19724217,"url":"https://github.com/dewantrie/lark-grammar-parser","last_synced_at":"2025-10-22T10:45:37.308Z","repository":{"id":177867639,"uuid":"660710245","full_name":"dewantrie/lark-grammar-parser","owner":"dewantrie","description":"A simple programming language designed for studying parsing and how to use lark-parser in specific scenarios for a particular case.","archived":false,"fork":false,"pushed_at":"2024-06-04T14:23:33.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T01:11:42.668Z","etag":null,"topics":["antlr","grammer","lark-parser","named-entity-recognition","parser","string-parser"],"latest_commit_sha":null,"homepage":"","language":"Python","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/dewantrie.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":"2023-06-30T16:39:21.000Z","updated_at":"2024-06-04T14:23:37.000Z","dependencies_parsed_at":"2024-06-04T14:35:58.215Z","dependency_job_id":"24421169-5756-4dd4-9bd0-15e92d60964d","html_url":"https://github.com/dewantrie/lark-grammar-parser","commit_stats":null,"previous_names":["dewantrie/lark-grammar-parser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dewantrie/lark-grammar-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dewantrie%2Flark-grammar-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dewantrie%2Flark-grammar-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dewantrie%2Flark-grammar-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dewantrie%2Flark-grammar-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dewantrie","download_url":"https://codeload.github.com/dewantrie/lark-grammar-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dewantrie%2Flark-grammar-parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269044133,"owners_count":24350138,"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-08-06T02:00:09.910Z","response_time":99,"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":["antlr","grammer","lark-parser","named-entity-recognition","parser","string-parser"],"created_at":"2024-11-11T23:24:54.435Z","updated_at":"2025-10-22T10:45:32.253Z","avatar_url":"https://github.com/dewantrie.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tutorial Lark Parser\n\nExample usage of the [Lark Parser](https://github.com/lark-parser/lark)\n\n## Guides\nFrom the project directory, run the following:\n```\nconda create -n py310 python=3.10\nconda activate py310\npip install lark-parser\npython app.py\n```\nInput\n```\ni have two cars: a red honda brio and a white honda jazz\n```\nOutput\n```\n{'data': [{'unknown': 'i'}, {'unknown': 'have'}, {'unknown': 'two'}, {'unknown': 'cars:'}, {'unknown': 'a'}, {'color': 'red'}, {'brand': 'honda'}, {'model': 'brio'}, {'unknown': 'and'}, {'unknown': 'a'}, {'color': 'white'}, {'brand': 'honda'}, {'model': 'jazz'}]}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdewantrie%2Flark-grammar-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdewantrie%2Flark-grammar-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdewantrie%2Flark-grammar-parser/lists"}