parse unary prefix and postfix expressions

This commit is contained in:
2026-08-12 20:50:51 +02:00
parent a384949ddf
commit 8fbf137c6d
5 changed files with 93 additions and 11 deletions
+6
View File
@@ -5,6 +5,12 @@ assert proc(ok bool) void {
if (!ok) unreachable
}
unimplemented proc() noreturn {
print("not yet implemented\n", {})
c.abort()
unreachable
}
print proc($format []u8, $Args type, args Args) void {
writer :: io.Writer{
context = null,