mumu 0.11.0

Lava Mumu is a language for those in the now and that know
Documentation
1
2
3
4
5
6
7
8
9
mod parse;
mod helpers;
mod print;
mod main_loop;

pub use main_loop::run_repl_mode;
pub use parse::*;
pub use helpers::*;
pub use print::*;