[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Making lua case insensitive
- From: Falko Poiker <fpoiker@...>
- Date: Fri, 8 Dec 2000 12:04:37 -0800
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