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 62 forks source link

Compiler or interpreter #177

Closed DoctorRyner closed 4 years ago

DoctorRyner commented 4 years ago

So, can ravi be compiled to the plain lua or is it just your own custom interpreter?

dibyendumajumdar commented 4 years ago

Latter

DoctorRyner commented 4 years ago

Got it. Thanks