dibyendumajumdar / ravi

Ravi is a dialect of Lua, featuring limited optional static typing, JIT and AOT compilers
http://ravilang.github.io/
Other
1.16k stars 60 forks source link

Lua5.4.4 #253

Closed Heilce closed 9 months ago

Heilce commented 11 months ago

I want to know whether ravi supports lua5.4.4?

dibyendumajumdar commented 9 months ago

hi @Heilce Ravi is based on Lua 5.3, and some implementation details from 5.4 were backported, but language level changes such as __toclose are not available in Ravi.