[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Simple XML Parser for Lua?
- From: Premshree Pillai <premshree.pillai@...>
- Date: Sat, 4 Jun 2005 02:10:10 +0530
On 6/3/05, Aaron Brown <aaron-lua@oakadaptive.com> wrote:
> That's because the program is in Lua 4, which used percent
> signs for upvalues. After the percent sign is removed and
> gsub, strfind, strsub, tinsert, and tremove are changed into
> string.gsub, string.find, string.sub, table.insert, and
> table.remove, the program compiles and runs, but it doesn't
> look to me like it works quite right, so there may be some
> more subtle incompatibilities.
Got it working, thanks. Quite insanely simple to work with. :-)
--
Premshree Pillai
http://www.livejournal.com/users/premshree/