{"id":49072259,"url":"https://github.com/mmqeth/arithmetic-parser","last_synced_at":"2026-04-20T08:02:26.025Z","repository":{"id":153824445,"uuid":"583445332","full_name":"mmqeth/Arithmetic-Parser","owner":"mmqeth","description":"A simple arithmetic parser using bison \u0026 flex","archived":false,"fork":false,"pushed_at":"2022-12-29T20:34:53.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-30T18:37:02.911Z","etag":null,"topics":["bison-flex"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmqeth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-12-29T20:00:36.000Z","updated_at":"2022-12-29T20:35:16.000Z","dependencies_parsed_at":"2023-08-26T18:20:36.137Z","dependency_job_id":null,"html_url":"https://github.com/mmqeth/Arithmetic-Parser","commit_stats":null,"previous_names":["mmq88/arithmetic-parser","mmqnym/arithmetic-parser","mmqeth/arithmetic-parser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mmqeth/Arithmetic-Parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmqeth%2FArithmetic-Parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmqeth%2FArithmetic-Parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmqeth%2FArithmetic-Parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmqeth%2FArithmetic-Parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmqeth","download_url":"https://codeload.github.com/mmqeth/Arithmetic-Parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmqeth%2FArithmetic-Parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32038456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["bison-flex"],"created_at":"2026-04-20T08:01:59.612Z","updated_at":"2026-04-20T08:02:26.005Z","avatar_url":"https://github.com/mmqeth.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Set up\n\n```sh\nsudo apt update\nsudo apt install flex\nsudo apt install bison\n```\n\nIf your dev environment doesn't have gcc, you will need to install it as well.\n\n# Excute\n\n```sh\nbison -d parser.y\nflex parser.l\ngcc lex.yy.c parser.tab.c\n./a.out\n```\n\n# LICENSE\n\n[MIT](./LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmqeth%2Farithmetic-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmqeth%2Farithmetic-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmqeth%2Farithmetic-parser/lists"}