[antlr-interest] Problem with PLSQLGrammar.g

Michiel Vermandel MVerma at ferranti.be
Fri Mar 18 08:00:32 PST 2005


No chance that anyone has the SELECT_EXPRESSIONNode class available?

Thanks!

-----Original Message-----
From: antlr-interest-bounces at antlr.org
[mailto:antlr-interest-bounces at antlr.org] On Behalf Of Micheal J
Sent: vrijdag 18 maart 2005 17:10
To: antlr-interest at antlr.org
Subject: RE: [antlr-interest] Problem with PLSQLGrammar.g


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