File: incomplete_grammar.rs

package info (click to toggle)
rust-peg 0.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 756 kB
  • sloc: makefile: 20; sh: 12
file content (8 lines) | stat: -rw-r--r-- 77 bytes parent folder | download
1
2
3
4
5
6
7
8

peg::parser!();

peg::parser!(
    grammar parser() for str
);

fn main() {}