{"id":20400282,"url":"https://github.com/josethz00/math_interpreter","last_synced_at":"2026-05-28T01:31:56.197Z","repository":{"id":111791292,"uuid":"375164688","full_name":"josethz00/math_interpreter","owner":"josethz00","description":"Repo destinated to studies about languages, compilers, interpreters, grammars and lexical and sintax analysis","archived":false,"fork":false,"pushed_at":"2021-06-11T01:52:12.000Z","size":62,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-05T01:32:15.592Z","etag":null,"topics":["c","lex","yacc"],"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/josethz00.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":"2021-06-08T22:51:34.000Z","updated_at":"2024-12-18T11:28:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"98f6ce7b-855d-4865-9228-2d635e3dcad0","html_url":"https://github.com/josethz00/math_interpreter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/josethz00/math_interpreter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josethz00%2Fmath_interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josethz00%2Fmath_interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josethz00%2Fmath_interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josethz00%2Fmath_interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josethz00","download_url":"https://codeload.github.com/josethz00/math_interpreter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josethz00%2Fmath_interpreter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33590884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":["c","lex","yacc"],"created_at":"2024-11-15T04:39:18.807Z","updated_at":"2026-05-28T01:31:56.176Z","avatar_url":"https://github.com/josethz00.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Basic Math Interpreter\n=============\n\nThis is a simple math expression interpreter written with C, Lex and Yacc \n\n1. Use ``` make ``` command in your terminal to compile ```.y```, ```.l``` and ```.c``` files and then run\n\n### Limitations:\n  - For now, the language only supports variables with integer variables, not floats neither strings\n  - The supported operators are: ```=``` (assignment), ```-``` (subtraction), ```+``` (sum), ```*``` (multiplication), ```/``` (division), ```sqrtof``` (square root of) and ```powerof``` (power of)\n  - Operators precedence is not supported yet\n### Language grammar examples:\n  ```\n  a = 10;\n  print a;\n  ```\n  \n  ```\n  a = 10 + 191;\n  print a;\n  ```\n  \n  ```\n  a = 90;\n  print a;\n  a = a + 22;\n  print a;\n  ```\n  \n  ```\n  a = 10;\n  b = 30;\n  c = a + b;\n  print c;\n  ```\n  \n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosethz00%2Fmath_interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosethz00%2Fmath_interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosethz00%2Fmath_interpreter/lists"}