Home | History | Annotate | Download | only in tutorial

Lines Matching full:tok_for

146     if (IdentifierStr == "for") return tok_for;
869 tok_for = -9, tok_in = -10,
896 if (IdentifierStr == "for") return tok_for;
1215 case tok_for: return ParseForExpr();