[go: up one dir, main page]

peg 0.3.5

A parser generator built on the Parsing Expression Grammar (PEG) formalism.
1
2
3
4
5
6
7
8
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