summaryrefslogtreecommitdiff
path: root/examples/eval_arith.py
Commit message (Expand)AuthorAgeFilesLines
* Update some examples to latest pyparsing style, PEP8 namesptmcg2023-04-011-14/+14
* Update eval_arith.py to have better representation of true and false eval exp...ptmcg2021-09-081-2/+4
* Update __versionTime__; blacken core code and examplesptmcg2021-08-011-1/+4
* enable packrat parsing in all examples using infixNotationptmcg2020-04-071-0/+3
* ensure test can fail (#178)Kyle Lahnakoski2020-02-231-102/+93
* Blacken the project (#141)Jon Dufresne2019-10-311-106/+146
* Use pyupgrade to upgrade the code to use Python3 conventions (#138)Jon Dufresne2019-10-241-6/+6
* Update/cleanup code in examplesPaul McGuire2019-07-131-227/+229
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-54/+54
* Move src to rootCengiz Kaygusuz2017-11-201-0/+227