tree_quote
{ $$ = tree_quote($1.s, $1.file, $1.line); }
{ $$ = tree_quote($1.s, $1.file, $1.line); }
{ $$ = tree_quote($1.s, $1.file, $1.line); }
struct node *tree_quote(const char *s, const char *file, int line);