[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Wndows compile (was: [ANN] Lua 5.2.0 (work1) now available)
- From: Alexander Gladysh <agladysh@...>
- Date: Sun, 10 Jan 2010 16:34:23 +0300
> About compiling... is it my faulty memory, or was Lua supposed to be
> compilable in C++ mode? I get errors (I'll detail them if this is relevant).
Lua *is* supposed to be compilable in C++ mode. To quote manual:
Lua is implemented as a library, written in clean C (that is, in
the common subset of ANSI C and C++).
Also, standard 5.1 implementation was fully C++ compatible (i'e. it
did stack unwinding and stuff). I don't know if it still holds true
for 5.2 with all that new yield-accross-C-code stuff.
Alexander.