1 2 3 4 5 6 7 8 9
#![feature(new_range_api)] mod lexer; mod parser; #[test] fn ready() { println!("it works!") }