Closed mtrberzi closed 9 years ago
There is something built into Antlr that does this
— Sent from Mailbox
On Wed, Nov 12, 2014 at 12:41 PM, Murphy Berzish notifications@github.com wrote:
It would be sufficient to just dump a Graphviz DOT file (to the console or to current working directory) showing the structure of the expression graph. No fancy GUI necessary.
Reply to this email directly or view it on GitHub: https://github.com/manifold-lang/manifold-frontend/issues/33
There is, but only for the syntax tree. I need to visualize something that I create later on in compilation.
Good point. Maybe its worth looking into how Antlr does it, though. They might have a reusable GUI component.
— Sent from Mailbox
On Thu, Nov 13, 2014 at 9:11 AM, Murphy Berzish notifications@github.com wrote:
There is, but only for the syntax tree. I need to visualize something that I create later on in compilation.
Reply to this email directly or view it on GitHub: https://github.com/manifold-lang/manifold-frontend/issues/33#issuecomment-62928756
It would be sufficient to just dump a Graphviz DOT file (to the console or to current working directory) showing the structure of the expression graph. No fancy GUI necessary.