lua-users home
lua-l archive

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


Javier,

How would I load the file in a LUA script and parse the table and iterate it?

On Dec 19, 2007 10:13 AM, Javier Guerra <javier@guerrag.com> wrote:
> On 12/19/07, Chris Cranford <crancran@gmail.com> wrote:
> > Is it better to use the lua API inside C/C++ or would it be easier for
> > me to write a simple LUA script that I load and execute from the C/C++
> > framework and the LUA script itself loads the table file and parses
> > it?
>
> not exactly about your problem; but in general it's far easier to do
> most in Lua.