ANTLR Testing API

This library implements JUnit support for testing ANTLR grammars.

See:
          Description

Packages
org.norecess.antlr  

 

This library implements JUnit support for testing ANTLR grammars. It provides support for all levels of a front end: testing a lexer, testing a parser, and testing a tree parser. (You are not, however, required to implement all three.)

See ANTLRTester to get started. See Assert for example usage.