funki_lang 0.1.3

A customisable embeddable functional langauge.
Documentation
1
2
3
4
5
6
extern crate lalrpop;

/// Generates the parser and lexer code from the `.lalrpop` file at compile time
fn main() {
  lalrpop::process_root().unwrap();
}