{"id":20766592,"url":"https://github.com/mmqnym/arithmetic-parser","last_synced_at":"2025-03-11T18:49:41.293Z","repository":{"id":153824445,"uuid":"583445332","full_name":"mmqnym/Arithmetic-Parser","owner":"mmqnym","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":2,"default_branch":"main","last_synced_at":"2025-03-08T21:41:14.379Z","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/mmqnym.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/mmqnym/Arithmetic-Parser","commit_stats":null,"previous_names":["mmq88/arithmetic-parser","mmqnym/arithmetic-parser"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmqnym%2FArithmetic-Parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmqnym%2FArithmetic-Parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmqnym%2FArithmetic-Parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmqnym%2FArithmetic-Parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmqnym","download_url":"https://codeload.github.com/mmqnym/Arithmetic-Parser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243094246,"owners_count":20235478,"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"],"created_at":"2024-11-17T11:24:59.193Z","updated_at":"2025-03-11T18:49:41.270Z","avatar_url":"https://github.com/mmqnym.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%2Fmmqnym%2Farithmetic-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmqnym%2Farithmetic-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmqnym%2Farithmetic-parser/lists"}