lua-users home
lua-l archive

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


Hi.

I have been looking at the Lua 3.0 manual, and I was wondering how (if
at all) Lua handles enumerated types. I am curious about this because if
I want to use Lua as a configuration language, I may want to use Lua to
map a configuration file to an enumerated type in C or C++.

Curiously,  Jay Godse (rdg@cyberus.ca)