lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> The problem is I need to look two tokens ahead

The standard Lua lexer llex.c does not support two lookaheads.