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 Diagram.fromJSON() to construct a diagram from JSON data #78

Open prantlf opened 4 years ago

prantlf commented 4 years ago

Inspired by the JavaScript AST from the ESTree specification.

Attempts to fix #20.