Implement aggregate assignment

This commit is contained in:
2026-04-15 22:19:17 +02:00
parent a54285c71c
commit 5fbf413498
2 changed files with 221 additions and 194 deletions

View File

@@ -49,12 +49,18 @@ task :convert do
x: ElnaLocation;
y: ElnaLocation;
begin
y.line := 1;
y.column := 3;
x := y;
printf("# %i %i %i %i\\n\\0", x.line, x.column, y.line, y.column)
end;
begin
f();
FUN
else
current_stage << line
end
current_stage << line
end
end
end