Implement aggregate assignment
This commit is contained in:
8
Rakefile
8
Rakefile
@@ -49,12 +49,18 @@ task :convert do
|
|||||||
x: ElnaLocation;
|
x: ElnaLocation;
|
||||||
y: ElnaLocation;
|
y: ElnaLocation;
|
||||||
begin
|
begin
|
||||||
|
y.line := 1;
|
||||||
|
y.column := 3;
|
||||||
x := y;
|
x := y;
|
||||||
|
printf("# %i %i %i %i\\n\\0", x.line, x.column, y.line, y.column)
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
begin
|
||||||
|
f();
|
||||||
FUN
|
FUN
|
||||||
|
else
|
||||||
|
current_stage << line
|
||||||
end
|
end
|
||||||
current_stage << line
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user