pub mod lexer; pub mod errors; pub fn test() { println!("{}", "hi there"); }