A Bison grammar file has four main sections, shown here with the appropriate delimiters:
%{ C declarations %} Bison declarations %% Grammar rules %% Additional C code
Comments enclosed in `/* ... */' may appear in any of the sections.
Go to the first, previous, next, last section, table of contents.