Hello again,
I`m developing a parser using ANTLR 2.7.4 generating java code with no
AST. After parsing, I need to check (in some other class) if an error
occurred during parsing. Is there any "error counter" or "error occured"
variable in the Parser I can access from another package?
-stefan