neogeny / TatSu

竜 TatSu generates Python parsers from grammars in a variation of EBNF
https://tatsu.readthedocs.io/
Other
403 stars 48 forks source link

Fix children when a child contains a nested dict #301

Closed joshtgl closed 10 months ago

joshtgl commented 1 year ago

One option to fix https://github.com/neogeny/TatSu/issues/300

joshtgl commented 1 year ago

May want to do the same thing with list types?

apalala commented 10 months ago

These changes make sense, except it seems that there is no yield of value, but only of children_of(value).