Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move src to root | Cengiz Kaygusuz | 2017-11-20 | 93 | -16518/+0 |
| | |||||
* | Update oc.py example: fix regex for '==' operator, add packrat parsing and ↵ | Paul McGuire | 2017-04-23 | 1 | -4/+6 |
| | | | | function call as expression operand | ||||
* | Fix deprecated use of '\' as described in https://bugs.python.org/issue27364 ↵ | Paul McGuire | 2017-03-03 | 4 | -7/+7 |
| | | | | (Deprecated in Python 3.6, will become SyntaxError in a future release) | ||||
* | Updated some examples to more current pyparsing coding methods | Paul McGuire | 2016-09-24 | 4 | -155/+86 |
| | |||||
* | (no commit message) | Paul McGuire | 2016-09-15 | 1 | -8/+3 |
| | |||||
* | Expand results names to capture multiple values; add '*' as potential ↵ | Paul McGuire | 2016-09-13 | 1 | -3/+3 |
| | | | | function argument | ||||
* | Fix spelling on contributor's name | Paul McGuire | 2016-09-10 | 1 | -1/+1 |
| | |||||
* | Upgrade to use pyparsing_common for numbers | Paul McGuire | 2016-08-19 | 1 | -4/+5 |
| | |||||
* | Fix 'from' results name to include all join elements. | Paul McGuire | 2016-08-18 | 1 | -1/+1 |
| | |||||
* | reformat test comments for runTests; example of using results from runTests ↵ | Paul McGuire | 2016-08-14 | 3 | -24/+67 |
| | | | | in wordsToNum.py | ||||
* | Add examples from pyparsing_common | Paul McGuire | 2016-08-14 | 1 | -1/+13 |
| | |||||
* | Update to new pyparsing and Python features | Paul McGuire | 2016-08-14 | 1 | -14/+7 |
| | |||||
* | Add missing authorship attributions and copyrights to examples | Paul McGuire | 2016-08-09 | 18 | -46/+92 |
| | |||||
* | Update to current pyparsing features | Paul McGuire | 2016-08-07 | 3 | -45/+21 |
| | |||||
* | Update indentedGrammarExample.py to use indentedBlock | Paul McGuire | 2016-08-07 | 2 | -69/+10 |
| | | | Remove confusing example tagCapture.py | ||||
* | Added new numerics.py example | Paul McGuire | 2016-05-25 | 1 | -0/+62 |
| | |||||
* | Py2/Py3 compatibility | Paul McGuire | 2016-05-18 | 1 | -3/+8 |
| | |||||
* | Update pyparsing code practices | Paul McGuire | 2016-05-17 | 4 | -101/+30 |
| | |||||
* | Removed deprecated class Upcase and deprecated class keepOriginalText; ↵ | Paul McGuire | 2016-02-07 | 10 | -30/+30 |
| | | | | updated examples to remove those symbols, and to replace operatorPrecedence with infixNotation | ||||
* | Cleanup examples, fix typo in fourFn.py, convert sample tests to use runTests | Paul McGuire | 2016-01-27 | 4 | -51/+40 |
| | |||||
* | Updates to include default minutes and seconds in time of day if not given; ↵ | Paul McGuire | 2016-01-22 | 1 | -52/+62 |
| | | | | handle both "day at time" and "time on day" ordering; conditionalize tests so module can be imported | ||||
* | Added new example parseTabularData.py | Paul McGuire | 2015-12-31 | 15 | -169/+185 |
| | | | Updated several examples to more current Python and pyparsing practices (and better Py2/Py3 cross-compatibility) | ||||
* | Remove list comprehensions in favor of gen exprs | Paul McGuire | 2015-12-30 | 1 | -3/+3 |
| | |||||
* | Update wordsToNum.py example | Paul McGuire | 2015-12-25 | 1 | -19/+8 |
| | | | | | - removed list comprehensions when gen expr is sufficient - changed ignore('-') to ignore(Literal('-')) - converted test code to use runTests | ||||
* | Remove duplicate '||' operator in select_parser.py example | Paul McGuire | 2015-07-28 | 1 | -1/+0 |
| | |||||
* | Fixed bug in fourFn.py example code, where pi and e were defined using ↵ | Paul McGuire | 2015-05-01 | 1 | -3/+9 |
| | | | | CaselessLiteral instead of CaselessKeyword | ||||
* | Minor mods to released examples | Paul McGuire | 2014-10-11 | 5 | -2/+245 |
| | |||||
* | Properly return lists when parsing list values (instead of return ParseResults) | Paul McGuire | 2014-08-12 | 1 | -0/+2 |
| | |||||
* | Cleanup unit tests for cross 2.x/3.x Python compatibility | Paul McGuire | 2013-09-21 | 4 | -6/+79 |
| | |||||
* | Fix Python 2.x/3.x compatibility (now that Pyparsing 2.0.x includes Python ↵ | Paul McGuire | 2013-09-14 | 1 | -55/+69 |
| | | | | 2.6+ compatibility) - also fix bug with expressions that consist solely of a single term with no operations; and reorg class hierarchy for better DRY | ||||
* | Clean up examples to be Python 3 compatible | Paul McGuire | 2012-11-23 | 79 | -966/+1251 |
| | |||||
* | Add example files to SVN | Paul McGuire | 2012-10-02 | 88 | -0/+15956 |