Re: Lua script file size problem
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua script file size problem
- From: Rob Kendrick <lua-l@...>
- Date: 2007年8月16日 08:33:04 +0100
Wesley Smith top-posted:
Could you write it to file and call luaL_dofile?
This strikes me as an inelegant hack, if the data's coming over the network.
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?
B.