sbool tok_isPrimitiveType(S t) { ret eqOneOf(t, "int", "char", "byte", "short", "long", "float", "double", "bool"); }