lua-users home
lua-l archive

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


> Does the Lua API support incremental parsing, such that you can keep
> calling a function to pump more data in, and then signal the end?

http://www.lua.org/manual/5.1/manual.html#lua_load

A lua_Reader could wait for incoming data.

--
Wim