parse unary prefix and postfix expressions
This commit is contained in:
@@ -75,7 +75,6 @@ render_token proc(tok Token, program []u8) void {
|
||||
}
|
||||
}
|
||||
|
||||
@hide
|
||||
token_id proc(idx uint) TokenId {
|
||||
debug.assert(u64(idx) < u64(NO_TOKEN))
|
||||
return TokenId(idx)
|
||||
|
||||
Reference in New Issue
Block a user