summaryrefslogtreecommitdiff
path: root/examples/wordsToNum.py
Commit message (Collapse)AuthorAgeFilesLines
* Blacken the project (#141)Jon Dufresne2019-10-311-57/+73
|
* Version 2.4.2a1 - changing [...] notation to ZeroOrMore, not OneOrMorePaul McGuire2019-07-231-110/+110
|
* Update examples to reflect newer pyparsing and coding styles, and use '...' ↵ptmcg2019-07-051-42/+46
| | | | to illustrate repetition and skipping
* Add enumerated place holders for strings that invoke str.format(), for Py2 ↵ptmcg2019-01-091-2/+2
| | | | compatibility
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-4/+4
| | | | | | 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/+106