Lines Matching full:printer
239 %printer { fprintf (yyo, "(%d, %f)", $<ival>$, $<fval>$); } <*> <>;
440 *** %printer is documented
442 The "%printer" directive, supported since at least Bison 1.50, is finally
1132 ** Default %destructor or %printer with "<*>" or "<>"
1135 %printer's:
1137 1. Place "<*>" in a %destructor/%printer symbol list to define a default
1138 %destructor/%printer for all grammar symbols for which you have formally
1141 2. Place "<>" in a %destructor/%printer symbol list to define a default
1142 %destructor/%printer for all grammar symbols without declared semantic
1150 The default %destructor's and %printer's are experimental. More user
1175 ** You may now declare per-type and default %destructor's and %printer's:
1198 %destructor's and %printer's were experimental, and they were rewritten in