summaryrefslogtreecommitdiff
path: root/examples/indentedGrammarExample.py
Commit message (Collapse)AuthorAgeFilesLines
* Add IndentedBlock class; made vertical keyword arg more visible when ↵pyparsing_3.0.0b1ptmcg2020-11-021-2/+2
| | | | creating railroad diags; changed create_diagram from monkeypatch to included method on ParserElement; better debug exception if Dict is constructed with non-Group expression
* Blacken the project (#141)Jon Dufresne2019-10-311-3/+5
|
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-2/+1
| | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
* Move src to rootCengiz Kaygusuz2017-11-201-0/+54