:steam_locomotive: A small JS+SVG library for drawing railroad syntax diagrams, like on JSON.org. Now with a Python port!
1.66k
stars
153
forks
source link
No __repr__ for Python Group() or HorizontalChoice() #101
Closed
RossPatterson closed 1 year ago
The
Group
andHorizontalChoice
classes in the Python port do not have__repr__()
methods. This makes printing them ugly, and hides their contents.I'll work up a PR to add them.