lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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