parse unary prefix and postfix expressions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user