Skip to content

Ravi Alpha Release 0.1 - Windows 64-bit

Pre-release
Pre-release
Compare
Choose a tag to compare
@dibyendumajumdar dibyendumajumdar released this 03 Apr 23:15
· 2053 commits to master since this release

First alpha release of Ravi.
Please note following limitations:

  1. JIT compilation not yet supported for bitwise operations
  2. The Lua C API has not been tested for Ravi extensions so will definitely cause failures
  3. Coroutines not supported in JIT mode
  4. Debug API not supported for JITed code
  5. Tail calls handled as normal calls - so will cause stack overflow for recursive calls (max 110 levels)
  6. Expect lots of bugs
  7. Please read the latest documentation (https://github.com/dibyendumajumdar/ravi) for details of what works and what doesn't , and how to enable JIT compilation