mango 0.4.0

The Mango programming language (UNDER CONSTRUCTION)
pub mod collection;

pub mod strtype;

pub mod strslice;

pub mod numtype;

pub mod signaltype;

pub mod format;

pub mod encdec;

//pub mod errors;

pub mod codeparts;

pub mod parsetxt;