A fast, small, safe, gradually typed embeddable scripting language derived from Lua
Find a file
Aaron Weiss bad9e1476e 627
2024-05-26 08:33:40 -07:00
Analysis 627 2024-05-26 08:33:40 -07:00
Ast Sync to upstream/release/626 2024-05-16 15:22:22 -07:00
bench Sync to upstream/release/615 2024-03-01 15:58:44 +02:00
CLI Sync to upstream/release/625 2024-05-10 09:17:09 -07:00
CodeGen 627 2024-05-26 08:33:40 -07:00
Common/include/Luau Sync to upstream/release/623 2024-04-25 13:57:23 -07:00
Compiler 627 2024-05-26 08:33:40 -07:00
Config VM 2023-12-01 18:04:44 -08:00
extern Sync to upstream/release/597 2023-09-29 17:22:06 -07:00
fuzz Sync to upstream/release/626 2024-05-16 15:22:22 -07:00
tests 627 2024-05-26 08:33:40 -07:00
tools 627 2024-05-26 08:33:40 -07:00
VM 627 2024-05-26 08:33:40 -07:00
.clang-format Sync to upstream/release/501 (#20) 2021-11-03 10:15:50 -07:00
.gitignore 627 2024-05-26 08:33:40 -07:00
CMakeLists.txt Sync to upstream/release/624 2024-05-03 09:38:34 -07:00
CMakePresets.json VM 2023-12-01 18:04:44 -08:00
LICENSE.txt Sync to upstream/release/622 2024-04-19 14:04:30 -07:00
lua_LICENSE.txt Sync to upstream/release/501 (#20) 2021-11-03 10:15:50 -07:00
Makefile VM 2023-12-01 18:04:44 -08:00
README.md Add README.md 2020-06-10 16:09:35 -07:00
Sources.cmake Sync to upstream/release/626 2024-05-16 15:22:22 -07:00

Luau

Luau is a fast, small, safe and gradually typed embeddable scripting language derived from Lua. It is used by Roblox game developers to write game code, as well as by Roblox engineers to implement large parts of the user-facing application code as well as portions of the editor (Roblox Studio) as plugins.

This repository hosts documentation for the language as well as satellite materials.