lua-users home
lua-l archive

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


> How about getting token filters into the game, and then _reducing_  
> even the currently existing sugar (: notation, function name() etc.)  
> into a joint default token filter (let's say -llua51), and out of the  
> C lexer.

Is there any estimates for the resulting performance? (Not to mention
how to implement the : notation correctly [that is, without extra side
effects] with token filters...)

-- Roberto