summaryrefslogtreecommitdiff
path: root/examples/lucene_grammar.py
Commit message (Expand)AuthorAgeFilesLines
* Update some examples to latest pyparsing style, PEP8 namesptmcg2023-04-011-9/+9
* Update lucene_grammar.py example, fix * and ? wildcards, and corrected some t...ptmcg2023-03-251-30/+52
* Used keyword var in lucene_grammar.py (#454)Elijah Nicol2022-12-131-1/+2
* Fix misc. documentation typos (#280)luzpaz2021-05-141-1/+1
* Add make_diagram.py to examples to demonstrate creating railroad diags for se...ptmcg2020-06-271-2/+6
* Blacken the project (#141)Jon Dufresne2019-10-311-17/+25
* Update/cleanup code in examplesPaul McGuire2019-07-131-325/+332
* Update examples and unit tests to more preferred coding styles, imports for p...ptmcg2019-01-301-29/+28
* Update Lucene grammar example, but remove from Travis-CI acceptance scriptsPaul McGuire2018-12-301-1/+5
* Update Travis-CI scripts to include examples; fix bug in runTests if postPars...Paul McGuire2018-12-301-0/+3
* Remove unused imports throughout projectJon Dufresne2018-12-241-1/+1
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-4/+4
* Move src to rootCengiz Kaygusuz2017-11-201-0/+319