[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Internal documentation
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 19 May 2007 22:58:23 -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