softdevteam / grmtools

Rust grammar tool libraries and binaries
Other
494 stars 32 forks source link

Unbreak empty productions and actions. #464

Closed ltratt closed 1 month ago

ltratt commented 1 month ago

This is a classic copy and paste mistake on my part: I didn't think carefully enough about the syms.is_empty() clause.

Fixes https://github.com/softdevteam/grmtools/issues/463.