itsy 0.4.0

Strongly typed scripting language with a rusty syntax and nice Rust integration.
Documentation
1
2
3
4
5
6
//! Bytecode interpretation.

#[macro_use]
pub mod vm;
pub mod stack;
pub mod heap;