{"id":19901192,"url":"https://github.com/rbaltrusch/simple_interpreters","last_synced_at":"2025-03-01T07:14:50.146Z","repository":{"id":252701305,"uuid":"841178022","full_name":"rbaltrusch/simple_interpreters","owner":"rbaltrusch","description":"Contains implementations of simple REPL interpreters","archived":false,"fork":false,"pushed_at":"2024-08-11T21:39:37.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T21:13:33.714Z","etag":null,"topics":["ast","c-interpreter","interpreter","interpreter-language","interpreter-python","java-interpreter","python-interpreter","repl","simple-interpreter"],"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/rbaltrusch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-08-11T21:38:59.000Z","updated_at":"2024-08-11T21:51:04.000Z","dependencies_parsed_at":"2024-08-11T22:49:46.415Z","dependency_job_id":null,"html_url":"https://github.com/rbaltrusch/simple_interpreters","commit_stats":null,"previous_names":["rbaltrusch/simple_interpreters"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Fsimple_interpreters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Fsimple_interpreters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Fsimple_interpreters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Fsimple_interpreters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbaltrusch","download_url":"https://codeload.github.com/rbaltrusch/simple_interpreters/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241329418,"owners_count":19944985,"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":["ast","c-interpreter","interpreter","interpreter-language","interpreter-python","java-interpreter","python-interpreter","repl","simple-interpreter"],"created_at":"2024-11-12T20:14:20.726Z","updated_at":"2025-03-01T07:14:50.129Z","avatar_url":"https://github.com/rbaltrusch.png","language":"C","readme":"# Simple interpreters\n\nThis repository contains several simple interpreter implementations:\n- [Python](src/python/README.md)\n- [Java](src/java/README.md)\n- [C](src/c/README.md)\n\nThese interpreters feature a REPL shell allowing for interactive evaluation, and support the following operations:\n- operators `+, -, *, /, %`.\n- variable assignments, e.g. `x = 1` or `x = 1 + 1`\n- variable value retrieval, e.g. `x`\n- arbitrarily deeply nested operations, e.g. `((1+1-3)*5)/2`\n\nFor compilation and running commands, see the individual READMEs listed above.\n\n## License\n\nThe repository is licensed under the [MIT license](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbaltrusch%2Fsimple_interpreters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbaltrusch%2Fsimple_interpreters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbaltrusch%2Fsimple_interpreters/lists"}