lua-users home
lua-l archive

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


> I would like to know, if someone have documentation about internals of LUA compiler and interpreter, that can help me to implement some new features !!!!

Read the source. A convenient starting point is http://www.lua.org/source/ .
What features do you have in mind? For some of those there may be solutions
in Lua or via token filters. --lhf