Registry / other / peginator

peginator

JSON →
library0.7.0rscratesunverified

PEG parser generator for creating ASTs in Rust (runtime).

# Cargo.toml [dependencies] peginator = "0.7.0"
INSTALL
IMPORT
SIG · PEGINATOR
P
peginator
otherrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Peginator
use peginator::Peginator;

Parses input using a PEG grammar defined at compile time.

use peginator::Peginator; fn main() { let parser = Peginator::new(); let result = parser.parse("some input"); println!("Parsed: {:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
peginator — cargo add peginator · libregistry