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 generated whitespace for :: None #339

Closed apalala closed 4 months ago

apalala commented 4 months ago

Setting @@whitespace to None, False was not being honored.

Also, allow strings as arguments to `@@whitespace``.

fixes #337