static bool canQuickEval(S t) { ret isQuoted(t) || isIdentifier(t) || isInteger(t) || isSnippetID(t); }