Skip to content

Stumblinbear/register-vm.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

register-vm.rs

This is just a toy bytecode virtual machine utilizing a register-based (rather than stack-based) architecture, written in Rust.

Installation

To execute the test cases, clone the repo and run.

cargo test

Running bytecode from a file is possible, however there is yet no compiler for ease of writing these programs.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

A register-based virtual machine implemented in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages