https://github.com/beihao-zhou/minivm
A simple VM for demonstration purposes
https://github.com/beihao-zhou/minivm
Last synced: 7 days ago
JSON representation
A simple VM for demonstration purposes
- Host: GitHub
- URL: https://github.com/beihao-zhou/minivm
- Owner: Beihao-Zhou
- License: mit
- Created: 2024-06-24T00:16:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T00:23:59.000Z (11 months ago)
- Last Synced: 2025-02-16T20:48:34.655Z (3 months ago)
- Language: C++
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# miniVM
A simple VM for demonstration purposes## Next
- Support more data types
- Learn about JVM & its garbage collector