{"id":21107110,"url":"https://github.com/gthomas08/flex-bison-project","last_synced_at":"2025-06-12T02:39:20.462Z","repository":{"id":158012658,"uuid":"283165005","full_name":"gthomas08/Flex-Bison-Project","owner":"gthomas08","description":"Lexical and grammatical implementation of a subset of the Python programming language.","archived":false,"fork":false,"pushed_at":"2021-03-31T09:50:00.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T03:41:45.523Z","etag":null,"topics":["bison","flex","parser","python"],"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/gthomas08.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":"2020-07-28T09:29:05.000Z","updated_at":"2021-11-23T14:13:23.000Z","dependencies_parsed_at":"2023-07-15T21:46:04.853Z","dependency_job_id":null,"html_url":"https://github.com/gthomas08/Flex-Bison-Project","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/gthomas08%2FFlex-Bison-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gthomas08%2FFlex-Bison-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gthomas08%2FFlex-Bison-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gthomas08%2FFlex-Bison-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gthomas08","download_url":"https://codeload.github.com/gthomas08/Flex-Bison-Project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243551247,"owners_count":20309300,"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":["bison","flex","parser","python"],"created_at":"2024-11-20T00:35:57.680Z","updated_at":"2025-03-14T09:20:31.958Z","avatar_url":"https://github.com/gthomas08.png","language":"C","readme":"# Flex and Bison Project\nThis project is part of the Computer Engineering and Informatics Department (CEID) of University of Patras curriculum.\n\n## Summary\nThe goal of this project was to implement the lexical and grammatical part of a subset part of the Python programming language. This was done using Flex for the lexical part and Bison for the grammatical one.\n\n## Compilation\nbison -y -d parser.y \u0026\u0026 flex scanner.l \u0026\u0026 gcc -c y.tab.c lex.yy.c \u0026\u0026 gcc y.tab.o lex.yy.o -o myParser\n\n## Run\n./myParser test_cases/x\n\nWhere x is the name of the file you want to parse.\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgthomas08%2Fflex-bison-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgthomas08%2Fflex-bison-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgthomas08%2Fflex-bison-project/lists"}