mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Luau (vendored)
Source: https://github.com/luau-lang/luau
Tag: 0.716
License: MIT (see LICENSE.txt, plus lua_LICENSE.txt for upstream Lua)
Pruned
Only the components needed to compile and execute Luau scripts are kept:
VM/— bytecode interpreterCompiler/— Luau → bytecodeAst/— parser/lexer (Compiler depends on it)Common/— shared headers + StringUtils
Removed: Analysis/, CodeGen/, CLI/, Config/, Require/, extern/,
bench/, fuzz/, tests/, tools/, Sources.cmake, CMakeLists.txt,
Makefile. CodeGen (native JIT) can be added later if profiling demands it.