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