//! This is the mil compiler; a low-level language for the Mel VM.
/// User-facing command line interface to the compiler.
/// Compiles the lowest-level representation, [MelExpr]s, into binary.
/// Execute a set of opcodes in a MelVM environment.
/// Parse strings into low-level syntax trees which can be compiled to binary.
/// Project level types such as the abstract syntax tree and intermediate representations.
/// Non-user-facing, optimization functions
// Declare storage used by packrat_parser
storage!;