{"id":25164220,"url":"https://github.com/sheikhartin/bytecode-based-calculator","last_synced_at":"2025-10-19T09:46:33.517Z","repository":{"id":231682799,"uuid":"782400192","full_name":"sheikhartin/bytecode-based-calculator","owner":"sheikhartin","description":"An interpreter just to execute mathematical expressions that are in the form of bytecode!","archived":false,"fork":false,"pushed_at":"2024-04-06T05:05:31.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-06T10:35:06.966Z","etag":null,"topics":["bytecode-interpreter","bytecode-virtual-machine"],"latest_commit_sha":null,"homepage":"","language":"Go","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/sheikhartin.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-04-05T08:19:09.000Z","updated_at":"2024-06-19T07:04:01.235Z","dependencies_parsed_at":"2024-06-19T07:04:00.519Z","dependency_job_id":"f7954a2b-32ff-4b9c-a521-68e898921259","html_url":"https://github.com/sheikhartin/bytecode-based-calculator","commit_stats":null,"previous_names":["sheikhartin/bytecode-based-calculator"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheikhartin%2Fbytecode-based-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheikhartin%2Fbytecode-based-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheikhartin%2Fbytecode-based-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheikhartin%2Fbytecode-based-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sheikhartin","download_url":"https://codeload.github.com/sheikhartin/bytecode-based-calculator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247027004,"owners_count":20871465,"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":["bytecode-interpreter","bytecode-virtual-machine"],"created_at":"2025-02-09T04:20:00.445Z","updated_at":"2025-10-19T09:46:28.453Z","avatar_url":"https://github.com/sheikhartin.png","language":"Go","readme":"## Bytecode Based Calculator\n\n![GitHub repo status](https://img.shields.io/badge/status-active-green?style=flat)\n![GitHub license](https://img.shields.io/github/license/sheikhartin/bytecode-based-calculator)\n![GitHub contributors](https://img.shields.io/github/contributors/sheikhartin/bytecode-based-calculator)\n![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/sheikhartin/bytecode-based-calculator)\n![GitHub repo size](https://img.shields.io/github/repo-size/sheikhartin/bytecode-based-calculator)\n\nThis project aims to calculate mathematical expressions after converting them to bytecode!\n\n### Using the REPL\n\nThe REPL supports several flags that modify its behavior:\n\n- `-l`: Display the output of the lexer, which shows the tokenized version of the input.\n- `-p`: Display the output of the parser, which shows the parsed structure of the input.\n- `-g`: Display the generated bytecode for the input expression.\n\nYou can use these flags individually or in combination to see the different stages of interpretation. For example:\n\n```bash\ngo run cmd/main.go -l -p -g\n```\n\nThis command will display the lexer output, parser output, and generated bytecode before executing the expression.\n\n### License\n\nThis project is licensed under the MIT license found in the [LICENSE](LICENSE) file in the root directory of this repository.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheikhartin%2Fbytecode-based-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheikhartin%2Fbytecode-based-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheikhartin%2Fbytecode-based-calculator/lists"}