Re: String access & metamethods
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: String access & metamethods
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2007年12月13日 15:29:23 -0200
> 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.