[antlr-interest] Problem with PLSQLGrammar.g

Michiel Vermandel MVerma at ferranti.be
Fri Mar 18 08:17:03 PST 2005


Okway, thanks.
I wasn't aware that it has no influence.
I'll remove it from the file.

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:28
To: antlr-interest at antlr.org
Subject: RE: [antlr-interest] Problem with PLSQLGrammar.g


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#
> 
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 3005 bytes
Desc: not available
Url : http://www.antlr.org/pipermail/antlr-interest/attachments/20050318/d64d6e8d/attachment.bin


More information about the antlr-interest mailing list