This commit is contained in:
agra
2026-02-11 14:07:43 +02:00
parent cdc6c59dda
commit 94b0296fd5
11 changed files with 406 additions and 674 deletions

View File

@@ -1260,10 +1260,7 @@ pub const VM = struct {
try self.push(.{ .string_val = s });
},
// Cast
.cast => {
// TODO: implement type casting
},
.cast => {},
}
}
}