1 2 3 4 5 6
mod parser; // The parser tests are automatically run by the test framework fn main() { println!("Run tests with `cargo test`"); }