Re: What's up with token filters (Re: New operators?)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: What's up with token filters (Re: New operators?)
- From: roberto@... (Roberto Ierusalimschy)
- Date: 2007年4月13日 13:45:32 -0300
> 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