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
use rigz_ast::*;
use rigz_ast_derive::derive_module;

derive_module! {
    r#"trait Math
end"#
}