smpl 0.6.0

Core library to compile the SMPL language
Documentation
1
2
3
4
5
extern crate lalrpop;

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