[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Need standard kernel supported class in Lua, was: Macros and expressivity
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 14 Jan 2008 09:23:40 -0200
> Or a lua compiler flag could make the compiler complain about accessing global
> values without using the _G table.
See globals.lua and trace-globals.lua in the test directory in the standard
Lua source distribution. --lhf