peg 0.1.6

A parser generator built on the Parsing Expression Grammar (PEG) formalism.
language: rust

script:
  - ./bootstrap.sh
  - git diff --exit-code # Check that src/grammar.rs is updated to match src/grammar.rustpeg
  - ./test.sh
  - cargo build