lua-users home
lua-l archive

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


Yes and no, Lua is written in Clean C (the intersection of ANSI C89
and ANSI C++98)

Clean C is compatible with C89, C++98 and C99.

So it should be no problem to compile Lua in a C99 compiler.

On Mon, Sep 6, 2010 at 7:09 AM, Andre Leiradella <andre@leiradella.com> wrote:
>  Is Lua C99?
>
>