raton 0.1.0-alpha.9

ratón is a tiny, modular, embeddable scripting language
Documentation
1
2
3
4
5
6
//! Compile a program abstract-syntax-tree to bytecode.

mod code_generator;
pub use code_generator::*;
mod parser;
pub use parser::*;