{"id":18490804,"url":"https://github.com/mateodaza/top-down-parser","last_synced_at":"2025-05-14T00:12:55.770Z","repository":{"id":106149750,"uuid":"92316306","full_name":"mateodaza/Top-Down-Parser","owner":"mateodaza","description":"Top-Down Parser Simulation on Java.","archived":false,"fork":false,"pushed_at":"2017-05-24T17:21:22.000Z","size":51,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T22:43:46.953Z","etag":null,"topics":["compiler-design","compilers","java","parser","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/mateodaza.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":"2017-05-24T17:01:35.000Z","updated_at":"2024-03-17T17:44:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"2e0b2846-8f1e-4f10-b6f0-043306fd65d3","html_url":"https://github.com/mateodaza/Top-Down-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/mateodaza%2FTop-Down-Parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateodaza%2FTop-Down-Parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateodaza%2FTop-Down-Parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateodaza%2FTop-Down-Parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateodaza","download_url":"https://codeload.github.com/mateodaza/Top-Down-Parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254044686,"owners_count":22005214,"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":["compiler-design","compilers","java","parser","syntax-analysis"],"created_at":"2024-11-06T13:00:29.413Z","updated_at":"2025-05-14T00:12:55.752Z","avatar_url":"https://github.com/mateodaza.png","language":"Java","readme":"# Top-Down-Parser\nGiven a context-free grammar on a txt file, the app will remove left recursion and apply left factoring if needed. \nThen based on FIRST and FOLLOW sets, it will generate a parse table which can be tested with some words examples. \nYou can test it with the exemple.txt file that's in the folder.\n\n# Grammar Productions Syntax\n- NonTerminals: UpperCase letters\n- Terminals: Any symbol except for \u003e or Uppercase letters\n\n# Grammar File Example \n```\nE-\u003eE+T\n\nE-\u003eT\n\nT-\u003eT*F\n\nT-\u003eF\n\nF-\u003ei\n\nF-\u003e(E)\n```\n\n# By the way\nThis was a Compilers class project and the UI is on Spanish. I hope its useful somehow!\n## Author\n\n**Mateo Daza**  - [Universidad del Norte](http://www.uninorte.edu.co)\n\n:)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateodaza%2Ftop-down-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateodaza%2Ftop-down-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateodaza%2Ftop-down-parser/lists"}