Parser superclass definition
Brought to you by:
tjuerge
The ANTLR Core Plugin 1.0.3 does not support definition
of parser superclasses.
Example:
class ExampleTreeParser extends TreeParser
("example.MyTreeParser");
The plugin complains that a semicolon is expected.
Will be a new release of the core plugin available, which
supports definition of parser superclasses?