lp_parser_rs 3.0.0

A Rust parser for the LP file format.
Documentation
1
2
3
fn main() {
    lalrpop::process_root().unwrap();
}