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

Also read the paper "The implementation of Lua 5.0"
(http://www.tecgraf.puc-rio.br/~lhf/ftp/doc/jucs05.pdf)

-- Roberto