> 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