lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> The only thing I'd really want of Lua itself, is enumerated types, so
that
> C API

I agree, these would be very useful, and you can save a lot of memory in
a large API by substituting these at compile time (where you also catch
typos), and not including their declaration in the scripts. These kinds
of savings are useful for embedded/fixed systems.

	http://lua-users.org/wiki/LuaTokenParsing

Nick