You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would seem that ANTLR Lab has been going through some shitstorm as of late. It first won't compile AST graphs, and now the website is entirely down. It's made me realize that a project like this will need a way to nicely visualize the AST without relying on ANTLR Lab.
Currently, the compiler has a --dump-ast option, but it's not human-readable by any means without some sort of post-processing or a custom dumper altogether. I dare you tell me this is immediately readable:
It would seem that ANTLR Lab has been going through some shitstorm as of late. It first won't compile AST graphs, and now the website is entirely down. It's made me realize that a project like this will need a way to nicely visualize the AST without relying on ANTLR Lab.
Currently, the compiler has a
--dump-ast
option, but it's not human-readable by any means without some sort of post-processing or a custom dumper altogether. I dare you tell me this is immediately readable:Of course, I have zero experience in this regard, but making an issue like this can double as both a TODO and a sort of rep bounty.
The text was updated successfully, but these errors were encountered: