lua-users home
lua-l archive

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


Hello everyone,

I found this thread on your mailing list: http://lua-users.org/lists/lua-l/2014-02/msg00548.html
and I wanted to let you know that if you're interested in this topic you may want to have a look at the just released CASTL project: https://github.com/PaulBernier/castl
Basically it parses and transformes JS code to Lua5.2 (or LuaJIT) code (or bytecode). Then you can execute it on a unmodified lua/luajit interpreter, using the CASTL runtime lib.
If you have any questions, want to contribute, or anything like that don't hesitate!
Best,