About
Lexical Analysis - Parser (Syntax analysis|Linter) in Antlr.
The parser is a generated class that is build from the grammar (specifically from the parser rule of the grammar).
The job of the parser is to create a parse tree from:
- and an input text