badicsalex / peginator

PEG parser generator for creating ASTs in Rust
MIT License
34 stars 3 forks source link

Handle fields (and rules) that have a rust keyword name #25

Open badicsalex opened 1 year ago

badicsalex commented 1 year ago

Fields and rules that are Rust keywords should be prefixed (or postfixed) with _

See #21