esexpr 0.1.1

ESExpr serialization format and related utilities.
Documentation
1
2
3
4
5
6
7
8
9
10
11
fn main() {
    run_lalrpop();
}

#[cfg(feature = "text-format")]
fn run_lalrpop() {
    lalrpop::process_root().unwrap();
}

#[cfg(not(feature = "text-format"))]
fn run_lalrpop() {}