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

Add __repr__ to Pythom Group and HorizonalChoice to fix #101 #102

Closed RossPatterson closed 1 year ago

RossPatterson commented 1 year ago

A quick PR to add __repr__ methods to the Python port's Group and HorizonalChoice classes, to fix issue #101. I discovered the lack when using print() to look at the Python objects created by another program that generates input to this package.