mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 19:02:23 -07:00
Ternary Expr; lbAddr extra; Phi node support
This commit is contained in:
+1
-1
@@ -904,7 +904,7 @@ Token tokenizer_get_token(Tokenizer *t) {
|
||||
}
|
||||
|
||||
if (token.kind == Token_Ident && token.string == "notin") {
|
||||
token.kind = Token_not_in;
|
||||
token.kind = Token_not_in;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user