{"id":22115618,"url":"https://github.com/haronbh/recursive-descent-method","last_synced_at":"2025-03-24T05:24:39.132Z","repository":{"id":246921078,"uuid":"822807509","full_name":"haronbh/recursive-descent-method","owner":"haronbh","description":"syntax analyzer using the recursive descent method with java","archived":false,"fork":false,"pushed_at":"2024-07-01T22:08:40.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T11:15:17.894Z","etag":null,"topics":["compilation","grammar","java","recursive-descent-integer-parser","recursive-descent-parser","syntax-analyser","syntax-analysis"],"latest_commit_sha":null,"homepage":"","language":"Java","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/haronbh.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":"2024-07-01T21:44:03.000Z","updated_at":"2024-07-01T22:08:44.000Z","dependencies_parsed_at":"2024-07-05T22:19:09.807Z","dependency_job_id":null,"html_url":"https://github.com/haronbh/recursive-descent-method","commit_stats":null,"previous_names":["harounbouhroude/recursive-descent-method","haronbh/recursive-descent-method"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haronbh%2Frecursive-descent-method","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haronbh%2Frecursive-descent-method/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haronbh%2Frecursive-descent-method/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haronbh%2Frecursive-descent-method/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haronbh","download_url":"https://codeload.github.com/haronbh/recursive-descent-method/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245213643,"owners_count":20578656,"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":["compilation","grammar","java","recursive-descent-integer-parser","recursive-descent-parser","syntax-analyser","syntax-analysis"],"created_at":"2024-12-01T12:16:53.013Z","updated_at":"2025-03-24T05:24:39.108Z","avatar_url":"https://github.com/haronbh.png","language":"Java","readme":"# recursive-descent-method\nsyntax analyzer using the recursive descent method with java\n\nExercise1: Let the following grammar G1 be:\n\nS -\u003e x/y/(T)\n\nT -\u003e S/SA\n\nA -\u003e SA/ε\n\nWrite the syntax analyzer using the recursive descent method.\n\nExercise2:\nS--\u003eCSd/AB\nA--\u003eaAb/ε\nB--\u003ebB/ε\nC--\u003ecC/ε\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharonbh%2Frecursive-descent-method","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharonbh%2Frecursive-descent-method","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharonbh%2Frecursive-descent-method/lists"}