2
0
Эх сурвалжийг харах

Fix: semicolon in table constructor

AnnulusGames 1 жил өмнө
parent
commit
32eec5d3b4

+ 1 - 0
src/Lua/CodeAnalysis/Syntax/Parser.cs

@@ -687,6 +687,7 @@ public ref struct Parser
                 case SyntaxTokenType.RCurly:
                     goto RETURN;
                 case SyntaxTokenType.EndOfLine:
+                case SyntaxTokenType.SemiColon:
                 case SyntaxTokenType.Comma:
                     continue;
                 case SyntaxTokenType.LSquare: