rust-nvm
rust-nvm copied to clipboard
A toy byte-code virtual machine written in Rust
Results
2
rust-nvm issues
Sort by
recently updated
recently updated
newest added
As an educational project, it might be fun to turn `nvm` (or just parts of it) into a literal program using [tango](https://github.com/pnkfelix/tango).
Currently, the main executable just compiles and runs a static program embedded in the executable. Instead create some minimal 'interpreter'-like interface. - unix-interpreter compatible (work with `#!`) - read from...