summaryrefslogtreecommitdiff
path: root/pyparsing/util.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for LR parsingleft_recursion_supportMax Fischer2021-07-301-0/+46
* minor perf changes IIptmcg2020-10-251-3/+5
* Issue #244, fixed debug output to indicate correct parse location; updated se...Paul McGuire2020-10-111-1/+4
* Docstring fixes; cleanup dead/Py2 vestigial codeptmcg2020-07-101-13/+2
* Restructure unit tests to do proper testing with and without packrat enabledptmcg2020-06-261-0/+2
* strRepr cleanup, remove replicated __str__ methodsPaul McGuire2020-06-201-1/+4
* Fix potential FutureWarning with generated regex; minor reformat of runTests ...ptmcg2020-03-291-4/+4
* Docstring formatting changes (#197)Matt Carmody2020-03-291-2/+2
* Shorten pyparsing tracebacks, to clear out internal pyparsing calls; plus som...ptmcg2020-02-011-3/+5
* Added new warning 'warn_on_match_first_with_lshift_operator' to warn when doi...ptmcg2020-01-261-1/+1
* Break up pyparsing.py monolith into sub-modules in a pyparsing package (#162)Paul McGuire2019-11-181-0/+171