[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Yieldable/streaming LPEG
- From: Sean Conner <sean@...>
- Date: Mon, 1 Sep 2014 17:02:47 -0400
It was thus said that the Great Paul K once stated:
>
> This is a good idea and would have sold all the issues that I'm trying
> to avoid, but unfortunately it doesn't work because of the dreaded
> "attempt to yield across C-call boundary": in this case we are asking
> to yield through LPEG/C code, which fails. It's possible to "resume"
> from Cmt handler (instead of "yield" from it) and it may work for some
> uses, but not for my case.
I thought that you could yield through a C-call boundary in Lua 5.2. Or
am I mistaken?
-spc