summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-04-15 22:19:17 +0200
committerEugen Wissner <belka@caraus.de>2026-04-16 22:34:23 +0200
commit5fbf413498be2408204d57fff733e75209f25f1e (patch)
treec15f6578bb968382f69977005e30b5fb3f82c8e7 /Rakefile
parenta54285c71c58e7687237782dfd5c645714af5e4f (diff)
downloadelna-5fbf413498be2408204d57fff733e75209f25f1e.tar.gz
Implement aggregate assignment
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f66b9eb..c2f5be5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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