ANTLRWorks
ANTLRWorks is an integrated development environment for working with ANTLR grammars. It provides a graphical interface to edit grammar rules, generate recognizers, and test input against grammars produced by the ANTLR parser generator. The project aims to streamline grammar development by integrating editing, debugging, and visualization tools in a single environment.
Core features include syntax highlighting and auto-completion for grammar files, integrated execution of the ANTLR tool
ANTLRWorks is implemented in Java and runs on platforms supported by the Java Virtual Machine, including Windows,
Development of ANTLRWorks was led by Terence Parr and contributors, as part of the ANTLR ecosystem to