[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua in JScript
- From: "Fabio Mascarenhas" <mascarenhas@...>
- Date: Tue, 23 Oct 2007 11:20:07 -0300
The LuaInterface that is in LuaForge is updated to Lua 5.1 (as well as .NET 2.0+), thanks to Kevin Hester. About Lua2IL, I dropped the approach and didn't update it to 5.1, but have a new compiler built from scratch I am working on. There's a darcs repository at this URL:
http://www.lua.inf.puc-rio.br/~mascarenhas/luaclr/trunk/. It's definitely not usable for real code right now, as it lacks the Lua standard library and bindings to .NET. Currently it is also slow (the compiler, not the code it generates).
--
Fabio Mascarenhas
On 10/22/07, gary ng <garyng2000@yahoo.com> wrote: