smpl 0.5.0

Core library to compile the SMPL language
Documentation
extern crate lalrpop;

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