ANTLR3_TYPE_LEXER (3) Linux Manual Page
ANTLR3_BASE_RECOGNIZER – Base Recognizer Class Definition – This is the definition of the base recognizer interface, instantiations of which are referred to via pANTLR3_BASE_RECOGNIZER. Data Structures struct ANTLR3_BASE_RECOGNIZER_struct Base tracking context structure for all types of recognizers. Defines #define ANTLR3_TYPE_LEXER 0x0001 Type indicator for a lexer recognizer. #define ANTLR3_TYPE_PARSER 0x0002 Type indicator for a parser…
