lua-users home
lua-l archive

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


Hey guys,

Has anyone here modified lua to be case insensitive?  Since we have a whole
lot of designers poised to do lua scripting, I want to avoid them having to
debug capitalization errors.  As such, I'd like to modify lua so that it
ignores case - at least with variable/function names.  Is there an easy way
to do this?

Falko