mdaines / grammophone

A tool for analyzing and transforming context-free grammars.
https://mdaines.github.io/grammophone
MIT License
200 stars 23 forks source link

Replace plain string templating with "dot print" #32

Closed mdaines closed 11 months ago

mdaines commented 11 months ago

This adds a d3-style helper for printing graphs in DOT syntax and changes the automata component to use that.

The Viz.js rendering stuff was also extracted from the automaton component.