Home | History | Annotate | Download | only in bison

Lines Matching full:blocks

1094   the traditional Yacc prologue blocks.  Those have now been consolidated into
1207 ** Handling of traditional Yacc prologue blocks is now more consistent but
1210 As before, you declare prologue blocks in your grammar file with the
1212 prologue blocks that you've declared before the first %union. To generate
1213 the post-prologue, Bison concatenates all prologue blocks that you've
1227 prologue blocks: %before-header, %start-header, %end-header, and
1231 order in which Bison will output these code blocks. However, you are free to
1232 declare these code blocks in your grammar file in whatever order is most
1249 /* Unlike the traditional Yacc prologue blocks, the output order for the
1250 * new %*-header blocks is not affected by their declaration position