tin-lang 0.2.2

tin: a statically structurally typed embeddable programming language
Documentation
1
2
3
4
5
extern crate lalrpop;

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