summaryrefslogtreecommitdiff
path: root/examples/pythonGrammarParser.py
Commit message (Expand)AuthorAgeFilesLines
* Fix misc. documentation typos (#280)luzpaz2021-05-141-1/+1
* Blacken the project (#141)Jon Dufresne2019-10-311-18/+36
* Use pyupgrade to upgrade the code to use Python3 conventions (#138)Jon Dufresne2019-10-241-3/+3
* Add enumerated place holders for strings that invoke str.format(), for Py2 co...ptmcg2019-01-091-2/+2
* Replace bare 'except:' with 'except Exception;'Jon Dufresne2018-12-241-1/+1
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-8/+8
* Upgrade Python syntax with pyupgradeHugo2018-08-211-2/+2
* Move src to rootCengiz Kaygusuz2017-11-201-0/+220