[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work1) now available
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 11 Jan 2010 11:04:04 +0200
On Mon, Jan 11, 2010 at 10:33 AM, David Kastrup <dak@gnu.org> wrote:
> sequentialization at parser lookahead analysis, where one token filter
> can say "Current lookahead makes no sense to me. Other takers?" and
> then resume work after some other token filter has declared "Oh, I take
> this one. Let me transform this into xxx and then everybody (else?) can
> have another look."
Well put. Implementing this of course will be an _interesting_ challenge ;)