static_script 0.1.0

A simple statically-typed compiled programming language
Documentation
1
2
3
fn main() {
    lalrpop::process_src().unwrap();
}