[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Yieldable/streaming LPEG
- From: Sean Conner <sean@...>
- Date: Tue, 2 Sep 2014 13:52:38 -0400
It was thus said that the Great Paul K once stated:
> Hi Sean,
>
> > I thought that you could yield through a C-call boundary in Lua 5.2. Or
> am I mistaken?
>
> I'll have to try that, but for this project I'm limited (at least for
> now) to Lua/LuaJIT 5.1, so need to find a solution that works for
> those environments as well.
I just came across this today:
http://coco.luajit.org/
which allows you to yield across the C boundary for Lua 5.1.
-spc