[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Yueliang 0.1.0 -- Lua in Lua
- From: Kein-Hong Man <mkh@...>
- Date: Fri, 18 Mar 2005 01:55:58 +0800
Hi all,
All righty, here's another bizarro Lua project. Yueliang is an
implementation of Lua 5.0.2 in Lua 5.0.2. The Yueliang 0.1.0
initial release has a working port of the lexical analyzer, the
parser, the code generator and the binary chunk dump function. The
initial codebase is currently a no-brainer, [very] straightforward
port of C code to Lua code. Yueliang is moon in Mandarin.
Thanks to the LuaForge team, the project is located at:
http://luaforge.net/projects/yueliang/
The lexer has a basic test suite. Yueliang has been tested on a
few hundred KB of Lua code, so far with correct output.
--
Cheers,
Kein-Hong Man (esq.)
Kuala Lumpur, Malaysia