neogeny / TatSu

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

[docs] Document the ParserConfig protocol #315

Open apalala opened 10 months ago

apalala commented 10 months ago

ParserConfig was introduced handle the numerous settings controlling parser and tokenizer behavior. It allowed for dropping large function argument lists, and to remove ambiguity regarding which setting takes precedence.

There is no documentation for this change.