tabatkins / railroad-diagrams

:steam_locomotive: A small JS+SVG library for drawing railroad syntax diagrams, like on JSON.org. Now with a Python port!
MIT License
1.66k stars 153 forks source link

No __repr__ for Python Group() or HorizontalChoice() #101

Closed RossPatterson closed 1 year ago

RossPatterson commented 1 year ago

The Group and HorizontalChoice 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.

tabatkins commented 1 year ago

Thanks!