mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-06 10:44:06 +00:00
Ternary Expr; lbAddr extra; Phi node support
This commit is contained in:
@@ -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