ftomassetti / ANTLR_graph

Generate graphs for ANTLR grammars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ANTLR_graph

Generate graphs for ANTLR grammars.

You can run the program specifying the ANTLR grammar files to consider. It will generate DOT files that can be transformed in images using graphviz.

It generate different files for the whole grammar:

For single rules:

Or for single rules inclusing all related states:

About

Generate graphs for ANTLR grammars

License:Apache License 2.0


Languages

Language:Kotlin 85.8%Language:ANTLR 14.2%