makeString 101 tools/greg.h extern Node *makeString(char *text); makeString 94 tools/greg.y | literal { push(makeString(yytext)); }