summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fixing Unicode block range in examples/booleansearchparser.py (#342)tc-yu2021-12-151-25/+59
* Added sys.setrecursionlimit for complex query strings; general reformattingPaul McGuire2021-11-131-370/+126
* Revert strict LineStart interpretation in 3.0.0 to 2.4.x behavior (Issue #317)ptmcg2021-10-261-4/+4
* Fix type annotation for ranges in unicode_sets; make _get_chars_for_ranges a ...ptmcg2021-09-271-2/+2
* Fix type annotation for ranges in unicode_sets; make _get_chars_for_ranges a ...ptmcg2021-09-271-31/+43
* Add numbers and punctuation to Cuneiform classptmcg2021-09-251-0/+1
* Some tweaks to cuneiform_python.pyptmcg2021-09-241-2/+4
* Add cuneiform_python.py exampleptmcg2021-09-231-0/+101
* Add pyparsing_common.url to urlExtractorNew.pyptmcg2021-09-111-7/+49
* Update eval_arith.py to have better representation of true and false eval exp...ptmcg2021-09-081-2/+4
* Reformat code for railroad_diagram_demo.pyptmcg2021-09-081-6/+22
* 226 railroad updates (#298)Paul McGuire2021-09-088-52/+85
* Clean up number word parsers for better explanatory value.ptmcg2021-08-092-45/+73
* Add simplified 1-99 example, extracted from number_words.pyPaul McGuire2021-08-081-0/+72
* Minor code cleanupsptmcg2021-08-071-37/+7
* Update __versionTime__; blacken core code and examplesptmcg2021-08-0117-177/+491
* Rename enable_left_recursion to enableLeftRecursion for consistency with othe...ptmcg2021-08-011-0/+45
* Fix misc. documentation typos (#280)luzpaz2021-05-148-22/+22
* #261 - fix table name in sql2dot.py exampleptmcg2021-04-131-1/+1
* Add IndentedBlock class; made vertical keyword arg more visible when creating...pyparsing_3.0.0b1ptmcg2020-11-024-19/+83
* Add number_words.py example; update diagramming codeptmcg2020-10-251-0/+89
* ParseResults.List class to support returning an actual list from a parse acti...ptmcg2020-10-241-13/+51
* There will be blackPaul McGuire2020-10-111-1/+1
* test_bibparse includes parsed strings with leading space, no longer included ...Paul McGuire2020-10-111-28/+29
* Add lookahead on matching identifiers to ensure we aren't matching a keywordptmcg2020-08-171-1/+10
* Update lua_parser.py example to include associative arrays and more complete ...ptmcg2020-08-161-22/+47
* Add expression names and restructure relative time and day expressions based ...Paul McGuire2020-06-281-22/+38
* Simplify running railroad diagram examplesPaul McGuire2020-06-281-20/+21
* Add make_diagram.py to examples to demonstrate creating railroad diags for se...ptmcg2020-06-2711-203/+272
* Fix up lua parser to parse scripts of zero-or-more statementsPaul McGuire2020-05-311-2/+5
* Added lua parser example (see #212)Paul McGuire2020-05-311-0/+256
* makeRomanNumeral bug fix, added MMMMM test (#216)Jay Pedersen2020-05-221-1/+2
* import and exception types cleanup in statemachine examplesptmcg2020-04-272-1/+2
* black cleanupptmcg2020-04-261-1/+1
* change some lambdas to explicit methods for clarity (see discussion in #207);...ptmcg2020-04-2611-226/+100
* 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