From 90a48de0a58f6f2512370c7ce0c32a4e16f496d0 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 23 May 2026 00:42:02 +0200 Subject: Implement 1 byte variable operations --- Rakefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 499a70b..4cb08d0 100644 --- a/Rakefile +++ b/Rakefile @@ -46,11 +46,9 @@ task :convert do current_stage << <<~FUN proc f(); var - x: ^ElnaLocation; + x: ElnaRtlObjectInfo; begin - x := malloc(#size(ElnaLocation)); - x^.line := 5; - x^.column := cast(3: Word) + x.allocated := true end; begin @@ -60,6 +58,8 @@ task :convert do current_stage << <<~FUN var FUN + elsif line.end_with?("allocated: Word\n") + current_stage << "\t\tallocated: Bool\n" else current_stage << line end -- cgit v1.2.3