summaryrefslogtreecommitdiff
path: root/examples/left_recursion.py
Commit message (Collapse)AuthorAgeFilesLines
* Update __versionTime__; blacken core code and examplesptmcg2021-08-011-5/+10
|
* Rename enable_left_recursion to enableLeftRecursion for consistency with ↵ptmcg2021-08-011-0/+45
other pyparsing names (left in enable_left_recursion synonym as omen of names to come); added notes to CHANGES and whats_new_in_3_0_0.rst; added left_recursion.py to examples.