Crates.io | rush-interpreter-vm |
lib.rs | rush-interpreter-vm |
version | 0.1.2 |
source | src |
created_at | 2022-12-11 18:12:02.717075 |
updated_at | 2022-12-28 14:03:44.69905 |
description | A rush interpreter leveraging a micro-compiler alongside a VM for its runtime |
homepage | |
repository | https://github.com/rush-rs/rush.git |
max_upload_size | |
id | 734441 |
size | 56,897 |
A rush interpreter leveraging a micro-compiler alongside a VM for its runtime.
.rush
which contains the program.cargo run your-file.rush
1
at the end specifies how many instructions per second are executed by
the VM.cargo run your-file.rush debug 1