mumu 0.9.1

Lava Mumu is a language for those in the now and that know
Documentation
1
2
3
4
5
6
7
8
9
10
11
// FILE: src/modules/mod.rs

pub mod compose;
pub mod extend;
pub mod slog;
pub mod sput;
pub mod repl;
pub mod r#type;
pub mod ink;
pub mod check;
pub mod include;