Ternary Expr; lbAddr extra; Phi node support

This commit is contained in:
gingerBill
2020-02-06 23:33:41 +00:00
parent 09e1cf0737
commit 7d9600b740
5 changed files with 1037 additions and 150 deletions

View File

@@ -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;
}
}