AST Refactoring

This commit is contained in:
Michael Schimmel
2025-09-12 22:45:29 +02:00
parent a36ca2c7e3
commit be6665ad6e
11 changed files with 428 additions and 633 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ begin
for arg in Node.Arguments do
arg.Accept(Self);
SetLength(tempArgs, Node.Arguments.Count);
SetLength(tempArgs, Length(Node.Arguments));
for i := High(tempArgs) downto 0 do
tempArgs[i] := FJsonObjectStack.Pop;