/// Definition of the compiler. pub mod compile; /// Definition of the parser. pub mod parser;