lua-users home
lua-l archive

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


> http://www.cowlark.com/objective-lua

Instead of batch conversion via oluac.lua, you could write a lua_Reader
function that loads olua files and converts them on the fly to be loaded
as Lua programs. I'm not sure whether Lpeg allows you to generate the
output in pieces, though.