summaryrefslogtreecommitdiff
path: root/src/examples/wordsToNum.py
Commit message (Collapse)AuthorAgeFilesLines
* Move src to rootCengiz Kaygusuz2017-11-201-106/+0
|
* reformat test comments for runTests; example of using results from runTests ↵Paul McGuire2016-08-141-2/+10
| | | | in wordsToNum.py
* Update wordsToNum.py examplePaul McGuire2015-12-251-19/+8
| | | | | - removed list comprehensions when gen expr is sufficient - changed ignore('-') to ignore(Literal('-')) - converted test code to use runTests
* Clean up examples to be Python 3 compatiblePaul McGuire2012-11-231-20/+21
|
* Add example files to SVNPaul McGuire2012-10-021-0/+108