rigz_runtime 0.5.0

Handles parsing and converting rigz to its VM instructions (for syntax highlighting use tree-sitter-rigz instead)
Documentation
1
2
3
4
5
6
7
mod modules;
mod prepare;
pub mod runtime;

pub use modules::*;
pub use rigz_ast::*;
pub use runtime::{eval, Runtime, RuntimeError};