#![allow(dead_code)] mod tokenizer; mod highlighter; mod syntax; fn main() { println!("Hello, world!"); }