zypo-rs 0.0.3

The reference compiler for the Zypo Programming Language.
Documentation
1
2
3
4
5
extern crate lalrpop;

fn main() {
    lalrpop::process_root().unwrap();
}