[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua_load hook (was On the subject of Lua's grammar... --[[ ]])
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 28 Nov 2003 11:19:21 -0200
BTW, Lua 5.1 removes the restriction that you cannot call Lua from a
reader. In particular it provides the "load" function in Lua, so it will
be possible to write such hooks in Lua itself.
-- Roberto