[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is there any sample code or library for using lua as a data parser?
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 26 Mar 2014 14:30:04 +0200
On Wed, Mar 26, 2014 at 2:09 PM, Journeyer J. Joh
<oosaprogrammer@gmail.com> wrote:
> Then it would be some problem for me. I am planning to use in arm embedded
> system which has tiny small memory. now it only has about 20 Mega Bytes. I
> originally planned to use lua only.
The llua library is not large, about 18K altogether (links statically
with your application and uses existing Lua)
> And is C99 a must? I don't think we support C99...
It probably isn't. llua.c itself is trivial to make C89, a little bit
of work with llib/obj.c needed.