peg 0.3.9

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

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