Roblox Compiler Collection is a collection of compilers to compile a language to Roblox Lua(u), the RCC group makes all of these compilers.
py
: roblox-py
Python -> Luau Compiler
c
/cpp
: roblox-c [Archived]
C and C++ -> Luau Compiler
llvm
roblox-llvm [Coming soon]
LLVM IR to Luau compiler.
bindgen
: bindings
Codegen to generate bindings in multiple langauges for the Roblox API
rcc
: rcc
Toolchain for installing and managing the RCC compilers. Allows for multiple languages to be used in one project and has extensive standard libraries.
install
: installer [Experimental]
A shell-script for Unix & Windows systems to easily installrcc
and compilers.
luau
luau2py [In development]
Luau -> Python compiler..