https://github.com/bamless/virtual-machine
A simple stack VM written in c
https://github.com/bamless/virtual-machine
Last synced: 16 days ago
JSON representation
A simple stack VM written in c
- Host: GitHub
- URL: https://github.com/bamless/virtual-machine
- Owner: bamless
- License: mit
- Created: 2017-12-14T15:32:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T21:10:43.000Z (over 5 years ago)
- Last Synced: 2025-02-22T21:15:16.419Z (over 1 year ago)
- Language: C
- Size: 43 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# virtual-machine
This stack machine runs bytecode generated by [this](https://github.com/bamless/interpreter/tree/bytecode) compiler.
You can find more information in the compiler's repo [README.md](https://github.com/bamless/interpreter/tree/bytecode/README.md)