Scott Raney writes: 

> That's my point: the required lookahead in the case of "number" is 3,
> not 1.

Not if your lexical analyzer (flex in my case) returns one token for "the 
number of" (and "number of") 

I've gotten rid of a lot of LALR(k) | k > 1 with tricks like that ;-) 

Attachment: msg00844/pgp00000.pgp
Description: PGP signature

Reply via email to