lua-users home
lua-l archive

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


There's lua_loadfile in 4.0 except that the name is different and it's not
exported. It's pretty easy to change the code in 4.0 to get a lua_loadfile and
also lua_loadbuffer. Search the archives for my posting of 21 Dec:
	Message-Id: <200112220048.WAA18451@lua.tecgraf.puc-rio.br>
--lhf