badicsalex / peginator

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

Referencing non-existent rules in fields are allowed #23

Open badicsalex opened 1 year ago

badicsalex commented 1 year ago

Referencing non-existent rules in fields are only "detected" when trying to compile the generated Rust code.

See #21