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
+1
View File
@@ -24,6 +24,7 @@ program ::
`z :: "hello"
`
`a := 1 + 2 * 3
`b :: -3 / 2 + 1
main proc() void! {
strpool.STRINGS = strpool.init(mem.c_allocator)