mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
* Reduce the stack utilization of type checking. * Improve the error message that's reported when a delimiting comma is missing from a table literal. eg ```lua local t = { first = 1 second = 2 }``` |
||
---|---|---|
.. | ||
Ast.cpp | ||
Confusables.cpp | ||
Lexer.cpp | ||
Location.cpp | ||
Parser.cpp | ||
StringUtils.cpp | ||
TimeTrace.cpp |