manifold-lang / manifold-frontend

Frontend compiler for Manifold high-level language
GNU General Public License v3.0
6 stars 6 forks source link

Create an expression graph visualizer #33

Closed mtrberzi closed 9 years ago

mtrberzi commented 9 years ago

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.

lucaswoj commented 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

mtrberzi commented 9 years ago

There is, but only for the syntax tree. I need to visualize something that I create later on in compilation.

lucaswoj commented 9 years ago

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