lua-users home
lua-l archive

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


On Sat, Apr 21, 2012 at 3:05 PM, Satheesh Kumar
> Is there an existing pure lua Implementation of the loadstring function?

You mean an implementation that uses no C code whatsoever? A Lua
compiler/interpreter written in Lua?

steve d.