Build script support for peginator, a PEG parser generator, enabling compile-time parser generation.
# Cargo.toml
[dependencies]
peginator_codegen = "0.7.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate parser code from a PEG grammar file
Add peginator as a dependency and use the generated parser in your main code.
No dependency data recorded yet.