{"id":20826927,"url":"https://github.com/crizmo/mew","last_synced_at":"2025-07-14T16:37:31.772Z","repository":{"id":232524180,"uuid":"784300085","full_name":"crizmo/mew","owner":"crizmo","description":"A Python-based stack interpreter for a custom bytecode language. The interpreter reads .mew files, parses the opcodes and operands, and executes them.","archived":false,"fork":false,"pushed_at":"2024-09-23T12:34:38.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-17T23:11:51.287Z","etag":null,"topics":["interpreter","python","stack"],"latest_commit_sha":null,"homepage":"","language":"Python","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/crizmo.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":"2024-04-09T15:22:28.000Z","updated_at":"2024-10-22T06:36:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"a5063baf-20a0-47ce-a419-3f8149629f05","html_url":"https://github.com/crizmo/mew","commit_stats":null,"previous_names":["crizmo/mew"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crizmo%2Fmew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crizmo%2Fmew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crizmo%2Fmew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crizmo%2Fmew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crizmo","download_url":"https://codeload.github.com/crizmo/mew/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234545181,"owners_count":18850165,"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":["interpreter","python","stack"],"created_at":"2024-11-17T23:10:29.471Z","updated_at":"2025-01-18T17:52:09.190Z","avatar_url":"https://github.com/crizmo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mew Interpreter Project\n\nThis project is a simple stack-based interpreter written in Python. It interprets a custom bytecode language with a variety of opcodes. \nThe source code files are written in `.mew` extension.\n\n## Project Structure\n\nThe project consists of the following files:\n\n- `main.py`: The main driver of the program. It reads the `.mew` files, parses the opcodes and operands, and passes them to the interpreter for execution.\n- `modules/interpreter.py`: Contains the Interpreter class which executes the opcodes.\n- `modules/stack.py`: Contains the Stack class which is used by the interpreter to store values.\n- `modules/opcodes.py`: Defines the opcodes that the interpreter can execute.\n\n## Features\n\nThe interpreter supports a variety of opcodes, including `PUSH`, `PRINT`, `SHOW`, and `JUMP.EQ.0`. For a full list of supported opcodes, refer to the `opcodes.py` file.\n\n## Usage\n\nTo use the interpreter, you need to provide it with a program written in the custom bytecode language. The program should be a list of opcodes and operands in a `.mew` file. Run the `main.py` file with the `.mew` file as an argument.\n\n## Requirements\n\n- Python 3.x\n\n## Installation\n\nNo installation is necessary. Just clone the repository and run `main.py` with Python.\n\n## Contributing\n\nContributions are welcome. Please submit a pull request or create an issue to discuss the changes you want to make.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrizmo%2Fmew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrizmo%2Fmew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrizmo%2Fmew/lists"}