lua-users home
lua-l archive

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


Luiz Henrique de Figueiredo wrote:
>   Lua 5.2.0 (work2) is now available at
>   http://www.lua.org/work/lua-5.2.0-work2.tar.gz


Compiled 'work2' with tcc version 0.9.25 on Windows XP SP3.

expand tarball in current dir, copy etc/one.c to  /src
then
  tcc lua-5.2.0-work2\src\one.c

Et voila!  0.5 sec later (on a Core Duo @ 1.8 GHz), I got 'one.exe', a
fully functional interpreter!

no complex arguments, no error, no warning, no nothing.

Could it be any simpler!?
(maybe just leave 'one.c' in /src in future tarballs...)

Hats off to the implementation team!

Phil