[antlr-interest] a proposed enhancement to lexers [hoisting?]

Ruslan Zasukhin sunshine at public.kherson.ua
Sat Aug 31 13:27:06 PDT 2002


on 8/31/02 21:06, Terence Parr at parrt at jguru.com wrote:

> if ( getColumn()==1 && LA(1)=='*' ) STAR_AT_LEFT_EDGE();
> else STAR_AT_LEFT_EDGE();

I think here typo also, must be

 if ( getColumn()==1 && LA(1)=='*' ) STAR_AT_LEFT_EDGE();
 else STAR();


-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list
send a letter to valentina-on at lists.macserve.net
-------------------------------------------------------------


 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list