engineer-man / piston

A high performance general purpose code execution engine.
https://emkc.org/run
MIT License
1.95k stars 252 forks source link

LuaU #533

Open QuartzFobal opened 1 year ago

QuartzFobal commented 1 year ago

add LuaU Language, a Lua-derivated language, mainly used at Roblox.

a-random-lemurian commented 1 year ago

Luau is meant for Roblox, a proprietary game engine. Piston will not attempt to replicate Roblox, and we won't reverse engineer them because that requires too much time and effort, and is also possibly illegal.

However, I still think it is possible since Luau is MIT-licensed, so it's compatible. Just don't expect us to replicate the Roblox API for Luau.