lua-users home
lua-l archive

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


> I agree. However, there is nothing stopping a token filter from
> recognizing constructs like:
> 
>    L"foo"
> 
>    utf8"foo"
> 
> etc., and translating those into other string constants (instead of
> letting Lua translate them as function calls).

No, indeed, and it'd be a nice application of token filters.