1 2 3 4 5 6 7 8
pub mod core; pub mod parser; pub mod project; pub mod semantic; pub mod syntax; // Re-export commonly needed items pub use parser::keywords;