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

support Android? #232

Closed RPG3D closed 3 years ago

dibyendumajumdar commented 3 years ago

Hi, I am not sure what the question is. I haven't tested Ravi on Android OS. The core interpreter part should work if Lua works on Android. The JIT is 64-bit only and I don't know if Android allows JITs.