https://github.com/ryanmcdermott/rsvm
Really Simple Virtual Machine
https://github.com/ryanmcdermott/rsvm
Last synced: 10 months ago
JSON representation
Really Simple Virtual Machine
- Host: GitHub
- URL: https://github.com/ryanmcdermott/rsvm
- Owner: ryanmcdermott
- License: mit
- Created: 2022-12-16T18:45:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T18:47:26.000Z (about 3 years ago)
- Last Synced: 2024-10-21T21:07:19.874Z (about 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RSVM (Really Simple Virtual Machine)
A really simple stack-based virtual machine written in Rust.