Home | History | Annotate | Download | only in Chapter7

Lines Matching full:tok_if

36   tok_if = -6, tok_then = -7, tok_else = -8,
64 if (IdentifierStr == "if") return tok_if;
447 case tok_if: return ParseIfExpr();