[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Help with Lexer/Parser Internals Please!
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 23 Sep 2015 11:40:51 -0300
> The problem is I need to look two tokens ahead
The standard Lua lexer llex.c does not support two lookaheads.