{"id":16271050,"url":"https://github.com/seanlee97/ll1-parser","last_synced_at":"2025-07-31T23:11:05.136Z","repository":{"id":92904705,"uuid":"120061044","full_name":"SeanLee97/LL1-Parser","owner":"SeanLee97","description":"A simple LL1 compiler.","archived":false,"fork":false,"pushed_at":"2019-10-12T01:39:13.000Z","size":10,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T22:58:10.339Z","etag":null,"topics":["parser"],"latest_commit_sha":null,"homepage":"","language":"C++","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/SeanLee97.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-02-03T05:02:13.000Z","updated_at":"2023-04-06T04:34:36.000Z","dependencies_parsed_at":"2023-04-13T04:55:47.481Z","dependency_job_id":null,"html_url":"https://github.com/SeanLee97/LL1-Parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeanLee97%2FLL1-Parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeanLee97%2FLL1-Parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeanLee97%2FLL1-Parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeanLee97%2FLL1-Parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeanLee97","download_url":"https://codeload.github.com/SeanLee97/LL1-Parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235222579,"owners_count":18955331,"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":["parser"],"created_at":"2024-10-10T18:12:17.546Z","updated_at":"2025-01-23T04:03:08.677Z","avatar_url":"https://github.com/SeanLee97.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LL1-Parser\n编译原理作业，实现LL1文法解析，支持规则灵活定义，错误提示\n\n## enviroment\n```\nLinux\ngcc version \u003e= 3\n```\n\n## project constructs\n```\n|- LL1-Parse\n  |- driver    \n  |- driver.cpp\n  |- scan.h\n  |- scan.cpp\n  |- grammar.h\n  |- grammar.cpp\n  |- Makefile       -  makefile\n  |- grammar.txt    -  define your own rules\n  |- input.txt      -  your own program\n```\n\n## usage\n**make porject**\n```bash\ncd /path/to/LL1-Parser\nmake\n```\n\n**run**\n```bash\ncat input.txt | ./driver grammar.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanlee97%2Fll1-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseanlee97%2Fll1-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanlee97%2Fll1-parser/lists"}