badicsalex / peginator

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

Duplicated rule names are allowed #22

Open badicsalex opened 1 year ago

badicsalex commented 1 year ago

Duplicate rule names are only "detected" when trying to compile the generated Rust code.

See #21