summaryrefslogtreecommitdiff
path: root/src/examples
Commit message (Expand)AuthorAgeFilesLines
* Update oc.py example: fix regex for '==' operator, add packrat parsing and fu...ptmcg2017-04-231-4/+6
* Fix deprecated use of '\' as described in https://bugs.python.org/issue27364 ...ptmcg2017-03-034-7/+7
* Updated some examples to more current pyparsing coding methodsptmcg2016-09-244-155/+86
* git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@441 9bf210a0-9d2d-49...ptmcg2016-09-151-8/+3
* Expand results names to capture multiple values; add '*' as potential functio...ptmcg2016-09-131-3/+3
* Fix spelling on contributor's nameptmcg2016-09-101-1/+1
* Upgrade to use pyparsing_common for numbersptmcg2016-08-191-4/+5
* Fix 'from' results name to include all join elements.ptmcg2016-08-181-1/+1
* reformat test comments for runTests; example of using results from runTests i...ptmcg2016-08-143-24/+67
* Add examples from pyparsing_commonptmcg2016-08-141-1/+13
* Update to new pyparsing and Python featuresptmcg2016-08-141-14/+7
* Add missing authorship attributions and copyrights to examplesptmcg2016-08-0918-46/+92
* Update to current pyparsing featuresptmcg2016-08-073-45/+21
* Update indentedGrammarExample.py to use indentedBlockptmcg2016-08-072-69/+10
* Added new numerics.py exampleptmcg2016-05-251-0/+62
* Py2/Py3 compatibilityptmcg2016-05-181-3/+8
* Update pyparsing code practicesptmcg2016-05-174-101/+30
* Removed deprecated class Upcase and deprecated class keepOriginalText; update...ptmcg2016-02-0710-30/+30
* Cleanup examples, fix typo in fourFn.py, convert sample tests to use runTestsptmcg2016-01-274-51/+40
* Updates to include default minutes and seconds in time of day if not given; h...ptmcg2016-01-221-52/+62
* Added new example parseTabularData.pyptmcg2015-12-3115-169/+185
* Remove list comprehensions in favor of gen exprsptmcg2015-12-301-3/+3
* Update wordsToNum.py exampleptmcg2015-12-251-19/+8
* Remove duplicate '||' operator in select_parser.py exampleptmcg2015-07-281-1/+0
* Fixed bug in fourFn.py example code, where pi and e were defined using Casele...ptmcg2015-05-011-3/+9
* Minor mods to released examples ptmcg2014-10-115-2/+245
* Properly return lists when parsing list values (instead of return ParseResults)ptmcg2014-08-121-0/+2
* Cleanup unit tests for cross 2.x/3.x Python compatibilityptmcg2013-09-214-6/+79
* Fix Python 2.x/3.x compatibility (now that Pyparsing 2.0.x includes Python 2....ptmcg2013-09-141-55/+69
* Clean up examples to be Python 3 compatibleptmcg2012-11-2379-966/+1251
* Add example files to SVNptmcg2012-10-0288-0/+15956