1 2 3 4 5
use lalrpop::Configuration; fn main() { Configuration::new().always_use_colors().process_current_dir().unwrap(); }