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
@@ -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)