xlang-syntax 0.0.5-alpha

The xlang parser and syntax utilities.
Documentation
1
2
3
fn main() {
    lalrpop::process_root().unwrap();
}