summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Code cleanup in examples; move test code into main for bigquery_view_parser.p...ptmcg2020-04-251-18/+25
* enable packrat parsing in all examples using infixNotationptmcg2020-04-076-5/+23
* Blacken changesptmcg2020-02-231-3/+3
* Fix bug in delta_time when number of seconds/minutes/hours > 999 (confusion w...ptmcg2020-02-231-5/+16
* ensure test can fail (#178)Kyle Lahnakoski2020-02-231-102/+93
* Smedberg/various minor fixes (#173)Michael Smedberg2020-01-231-40/+87
* Include 2.4.x change notes to CHANGES; add select_parser to unit tests; minor...ptmcg2019-11-181-4/+3
* select_parser example: misc improvements (#157)Robert Coup2019-11-181-152/+94
* Blacken the project (#141)Jon Dufresne2019-10-3192-3863/+6316
* Use pyupgrade to upgrade the code to use Python3 conventions (#138)Jon Dufresne2019-10-2433-160/+145
* Py3 cleanup: Remove workaround for Python2 urllib (#143)Jon Dufresne2019-10-192-16/+3
* Remove unused imports (#147)Jon Dufresne2019-10-197-9/+6
* Py3 cleanup: Remove workaround from Python3 unichr() (#144)Jon Dufresne2019-10-171-6/+1
* Py3 cleanup: Remove use of closing() with urlopen() (#145)Jon Dufresne2019-10-175-14/+11
* Py3 cleanup: Remove unnecessary __ne__ method (#140)Jon Dufresne2019-10-171-2/+0
* Py3 cleanup: Remove __nonzero__ method (#142)Jon Dufresne2019-10-171-3/+3
* BigQuery View parse fails on IGNORE NULLS (#126)Michael Smedberg2019-09-271-3/+14
* BigQuery SQL parser: handle WINDOW clause in WITH section (#122)Michael Smedberg2019-09-081-0/+19
* Add Py2 compat code at submitter's request; add non-Western test case; more h...Paul McGuire2019-08-181-98/+109
* Boolean Search query parser: allows to perform searches with the common boole...xecgr2019-08-131-0/+394
* Update example to proto3 syntax (#113)Andrew Artyushok2019-08-131-5/+18
* Typo and spelling cleanup, add helpful commentsPaul McGuire2019-08-071-3/+10
* Fixed bug in CloseMatch where end location was incorrectly computed; and upda...Paul McGuire2019-08-051-88/+51
* Code style updates; remove deprecated methodsPaul McGuire2019-08-053-144/+147
* Example BigQuery view SQL parser (#112)Michael Smedberg2019-08-041-0/+1510
* fourFn.py updates - handle leading '+' and '-' unary signs for parenthesized ...Paul McGuire2019-08-041-4/+11
* Update fourFn.py to handle functions that take multiple args, and nested func...Paul McGuire2019-08-032-309/+354
* Version 2.4.2a1 - changing [...] notation to ZeroOrMore, not OneOrMorePaul McGuire2019-07-232-267/+267
* Update coding styles; better comments, attribution of example filePaul McGuire2019-07-201-9/+21
* Change example to use addCondition instead of parse action that raises ParseE...Paul McGuire2019-07-191-10/+10
* Update/cleanup code in examplesPaul McGuire2019-07-137-1187/+1244
* Code reorg/reformat, added results namesPaul McGuire2019-07-061-127/+151
* Add support for multiple '...' skips in a single expression; `_skippped` resu...Paul McGuire2019-07-061-4/+5
* Update examples to reflect newer pyparsing and coding styles, and use '...' t...ptmcg2019-07-053-91/+93
* Add compatibility results name; ungroup qty expression to simplify accessing ...Paul McGuire2019-05-291-6/+8
* Some code cleanup, and added tests and test validationsPaul McGuire2019-05-281-6/+27
* Fix description in module headerPaul McGuire2019-05-281-1/+3
* delta_time fixes: add more time validations; add 1-second epsilon when verify...ptmcg2019-05-281-2/+24
* Update generated code for both unnamed and named state transition state machinesPaul McGuire2019-05-271-1/+9
* Typo - `isinstance` should be `issubclass`Paul McGuire2019-05-271-1/+1
* Fine tuning of statemachine example, moving InvalidStateTransition declaratio...Paul McGuire2019-05-277-12/+167
* Updated runTests to call postParse before dumping parsed results; added neste...Paul McGuire2019-05-263-208/+366
* Fix generated stateMixin class to properly implement overridable transition m...Paul McGuire2019-04-172-9/+7
* Added change note re: changes to statemachine example; some code reformat/cle...Paul McGuire2019-04-161-1/+13
* Refactor generated State code to use overridden transition methods instead of...Paul McGuire2019-04-154-78/+117
* Code updates to current idiomspyparsing_2.4.0Paul McGuire2019-04-072-54/+117
* Improved support for "python setup.py test"Paul McGuire2019-04-071-219/+223
* Fixed dict structure in makeHTMLTags expressions, and added tag_body attribut...Paul McGuire2019-04-0610-528/+452
* Updated examples to current pyparsing styles, and to use runTestsPaul McGuire2019-04-062-96/+90
* Some reformatting for better readability, and more explanatory commentsPaul McGuire2019-04-051-22/+33