bobascript-parser 0.1.3

A parser for the scripting language BobaScript.
Documentation
1
2
3
fn main() {
  lalrpop::process_root().unwrap();
}