Crates.io | stk |
lib.rs | stk |
version | 0.2.1 |
source | src |
created_at | 2020-08-06 13:14:01.577635 |
updated_at | 2020-08-06 13:26:36.117074 |
description | The simple stack-based virtual machine. |
homepage | https://github.com/udoprog/stk |
repository | https://github.com/udoprog/stk |
max_upload_size | |
id | 273651 |
size | 223,886 |
STK, a simple stack-based virtual machine.
If you want to help out, there's a number of optimization tasks available in Future Optimizations.
Create an issue about the optimization you want to work on and communicate that you are working on it.
stk comes with a simple scripting language called Rune.
You can run example scripts through rune-cli:
cargo run -- ./scripts/hello_world.rn
If you want to see diagnostics of your unit, you can do:
cargo run -- ./scripts/hello_world.rn --dump-unit --trace