gears 0.1.2

Gears core implementation
Documentation
1
2
3
4
5
extern crate peg;

fn main() {
    peg::cargo_build("src/flox_grammar.rustpeg");
}