pintc 0.13.0

Compiler for the Pint language
Documentation
1
2
3
4
5
6
7
// Generate the LALRPOP parser.
fn main() {
    lalrpop::Configuration::new()
        .emit_rerun_directives(true)
        .process_current_dir()
        .unwrap();
}