#![feature(box_patterns)] mod util; mod compiler; mod parser; fn main() { compiler::main(); }