lua-users home
lua-l archive

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


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.