magc 0.8.0

The Mag Language Compiler
Documentation
1
2
3
4
5
6
7
8
9
mod field;
mod pair;
mod tuple;
mod variable;

pub use self::field::*;
pub use self::pair::*;
pub use self::tuple::*;
pub use self::variable::*;