summaryrefslogtreecommitdiff
path: root/examples/simpleArith.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix misc. documentation typos (#280)luzpaz2021-05-141-1/+1
| | | Found via `codespell -q 3 -L ba,fourty,halp,inout,strng`
* change some lambdas to explicit methods for clarity (see discussion in ↵ptmcg2020-04-261-1/+3
| | | | #207); deleted duplicated examples (commit *all* changes this time)
* enable packrat parsing in all examples using infixNotationptmcg2020-04-071-1/+9
|
* Blacken the project (#141)Jon Dufresne2019-10-311-24/+29
|
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-4/+3
| | | | | | 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/+67