Commit | Date | |
---|---|---|
2017-04-23 03:35:06 | Tree | |
[r462]
by
ptmcg
Update oc.py example: fix regex for '==' operator, add packrat parsing and function call as expression operand |
2017-04-23 03:19:05 | Tree |
2017-03-06 02:33:57 | Tree | |
[r460]
by
ptmcg
Add minor enht for infixNotation, to accept a sequence of parse actions at each precedence level |
2017-03-06 02:30:49 | Tree |
2017-03-03 01:10:15 | Tree | |
2017-03-03 01:07:56 | Tree | |
[r457]
by
ptmcg
Fix deprecated use of '\' as described in https://bugs.python.org/issue27364 (Deprecated in Python 3.6, will become SyntaxError in a future release) |
2017-03-03 00:52:59 | Tree |
[r456]
by
ptmcg
Fix deprecated use of '\' as described in https://bugs.python.org/issue27364 (Deprecated in Python 3.6, will become SyntaxError in a future release) |
2017-02-28 04:48:44 | Tree |
[r455]
by
ptmcg
Updated setup.py to address recursive import problems now that pyparsing is part of 'packaging' (used by setuptools). |
2017-02-28 04:41:39 | Tree |
[r454]
by
ptmcg
Minor change when using '-' operator, to be compatible with ParserElement.streamline() method. |
2017-02-28 04:40:51 | Tree |