Ravi Alpha Release 0.1 - Windows 64-bit
Pre-release
Pre-release
·
2053 commits
to master
since this release
First alpha release of Ravi.
Please note following limitations:
- JIT compilation not yet supported for bitwise operations
- The Lua C API has not been tested for Ravi extensions so will definitely cause failures
- Coroutines not supported in JIT mode
- Debug API not supported for JITed code
- Tail calls handled as normal calls - so will cause stack overflow for recursive calls (max 110 levels)
- Expect lots of bugs
- 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