[antlr-interest] Problem with PLSQLGrammar.g

Micheal J open.zone at virgin.net
Fri Mar 18 08:27:30 PST 2005


You may try contacting the original authors if you feel strongly about that
class. Their contact details are in the grammar file.

Note however that having that class will add nothing to the parsing/lexing
as specified in the .g file. The class in not used at all. If you've made
the change I advised, it is not even referenced anywhere.

Cheers,

Micheal
ANTLR/C#

> -----Original Message-----
> From: antlr-interest-bounces at antlr.org 
> [mailto:antlr-interest-bounces at antlr.org] On Behalf Of 
> Michiel Vermandel
> Sent: 18 March 2005 16:01
> To: antlr-interest at antlr.org
> Subject: RE: [antlr-interest] Problem with PLSQLGrammar.g
> 
> 
> 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