antlr / antlrworks

AntlrWorks tool for ANTLR
http://www.antlr.org/works
98 stars 46 forks source link

Enchanced DOT parser. Added multiline support. #18

Closed keyno closed 8 years ago

keyno commented 8 years ago

New version of dot.exe (Graphviz) generates multiline statements. This totally brakes rule dependency graph generation. In the new version of parser we are removed all "newline" dependencies.

parrt commented 8 years ago

Hi. this tool is just for antlr v3 and therefore kinda dead. Can you use ANTLR 4? Then you have nice plugins for intellij, netbeans, eclipse.

keyno commented 8 years ago

Hi, Terence!

I know. But i need ANTLRv3 support because i use software that supports only legacy ANTLRv3 syntax. This software (gMetrics) developed for code evaluation (See: http://elib.mi.sanu.ac.rs/files/journals/csis/14/070204.pdf ).

So, that graphs generated by ANTLWorks is very useful for me.

parrt commented 8 years ago

ok, i see. the issue is that I'll likely never make another release of this tool so maybe just keep working with your fork. :)