A C# to Luau transpiler for Roblox
roblox-cs is a C# to Luau transpiler, which means we effectively translate C# code into Luau. This is done by taking the C# AST and converting it into a Luau AST (that is functionally the same) and then finally rendering the Luau AST into Luau source code.