[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Internal documentation
- From: roberto@... (Roberto Ierusalimschy)
- Date: Sun, 20 May 2007 10:09:36 -0300
> > 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