lua-users home
lua-l archive

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


Ravi (http://ravilang.org) is a dialect of Lua 5.3 with LLVM based JIT
compiler and limited optional static typing.

I am pleased to announce that the alpha 0.16 release of Ravi is now
available.

The principal changes in this release are:

Lua 5.3.3 changes have been merged.

An initial version of a Visual Studio Code debugger extension was
created. The extension is available in the Visual Studio Code
extension marketplace. You can debug standalone Ravi/Lua 5.3 scripts
using this extension. This is still work in progress but the basics
are working.

Ravi has been tested against LLVM 3.8 and 3.7. LLVM versions 3.6 and
3.5 should still work but has not been tested.

For full details and previous release history please visit:

https://github.com/dibyendumajumdar/ravi/releases

Regards