summaryrefslogtreecommitdiff
path: root/pyparsing/diagram/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Add CSS to Railroad output (#480)Aussie Schnore2023-04-191-1/+2
* Make create_diagram() code compatible with latest version of railroad-diagram...ptmcg2023-04-121-1/+4
* Don't group/label untyped TypeConverter like ungroupptmcg2023-04-051-3/+5
* Blackenptmcg2023-04-031-1/+0
* Better handling of ParserElementEnhance subclassesptmcg2022-12-111-1/+3
* Add type annotationsptmcg2022-07-141-0/+1
* Add embed argument to create_diagram, to suppress DOCTYPE, HEAD, and BODY tagsptmcg2022-05-201-3/+9
* Embedded jinja2 template code in railroad code to remove use of deprecated pk...ptmcg2022-04-301-3/+30
* Reworked mypy typing, removed definitions of OptionalType, DictType, and Iter...ptmcg2022-04-111-12/+16
* Added show_groups arg to create_diagram; prep for releasepyparsing_3.0.8ptmcg2022-04-091-1/+15
* Fix issue #361ptmcg2022-03-291-2/+6
* Fixed bug in railroad diagramming where the vertical limit would count all ex...ptmcg2021-10-301-4/+20
* Add '*' marker to results name annotations in railroad diagram if listAllMatc...ptmcg2021-10-231-0/+2
* Guard against empty ParseExpressionsptmcg2021-10-221-15/+21
* The blackeningptmcg2021-09-081-1/+3
* 226 railroad updates (#298)Paul McGuire2021-09-081-84/+227
* Use pyparsing.Opt instead of deprecated Optionalptmcg2021-09-021-1/+1
* Fix misc. documentation typos (#280)luzpaz2021-05-141-1/+1
* Add IndentedBlock class; made vertical keyword arg more visible when creating...pyparsing_3.0.0b1ptmcg2020-11-021-22/+7
* Add number_words.py example; update diagramming codeptmcg2020-10-251-3/+16
* Diagram improvements IV (#225)Michael Milton2020-06-241-131/+150
* Diagram Improvements Episode III: Revenge of the Setuptools (#224)Michael Milton2020-06-221-79/+319
* Railroad Diagram Improvements (#220)Michael Milton2020-06-031-5/+11
* Railroad Diagrams (#218)Michael Milton2020-05-311-0/+161