SiideCode / LuauScript

(WIP, UNSTABLE) A scripting language inspired by multiple different programming languages. Written in Luau for Roblox.
0 stars 0 forks source link

LuauScript

Info

LuauScript is an interpreted language in very early stages of development with a work-in-progress compiler, and in the future (when byte buffer gets out of studio beta) a VM written in Luau for Roblox.

The language is inspired by Haxe/ActionScript, Lua/Luau, Rust, and very slightly by Zig and Go.

It is currently planned for it to be able to be compiled entirely before execution or compiled right before the execution, both for Roblox experience modding. It is also planned to make it transpile into Luau, but it's currently low priority, because it's mainly made for roblox game modding.

Main modules completion (in order of priority)

How to include in your rojo project (WIP)

  1. get Rojo
  2. get Wally
  3. run "wally install package-name"
  4. done.