[ 源代码: rust-peg ]
软件包:librust-peg-runtime-dev(0.8.5-1)
simple Parsing Expression Grammar (PEG) parser generator - runtime
rust-peg is a simple yet flexible parser generator that makes it easy to write robust parsers. Based on the Parsing Expression Grammar formalism, it provides a Rust macro that builds a recursive descent parser from a concise definition of the grammar.
This package contains the source for the Rust crate peg-runtime, for use with cargo.