[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re[4]: On the subject of Lua's grammar... --[[ ]]
- From: Gunnar Zötl <gz@...>
- Date: Thu, 27 Nov 2003 18:22:17 +0100
LHdF> A primitive form of hook already exists because lua_load, which is the *only*
LHdF> way to compile Lua code, calls a user function to get blocks of data. In this
LHdF> function, you can do as you please. I'm not saying that it's easy, I'm only
LHdF> saying that the mechanism is already in place.
LHdF> --lhf
great :-)
Gunnar