[antlr-interest] Problem with PLSQLGrammar.g

Micheal J open.zone at virgin.net
Fri Mar 18 08:09:53 PST 2005


Please post in text format not HTML in future.

The PLSQLGrammar as written depends on a class called
'SELECT_EXPRESSIONNode' which isn't included in the .g file. Make the
following change and try again.

Change the line that reads:
    SELECT_EXPRESSION<AST=SELECT_EXPRESSIONNode>;
To:
    SELECT_EXPRESSION;

NOTE: I have looked at the PLSQLGrammar.g file just for long enough to
determine the reason for the reference to a 'SELECT_EXPRESSIONNode' type.
The above change resolves that issue only.

Cheers,

Micheal
ANTLR/C#




More information about the antlr-interest mailing list