Start Decl
Previous: <Expect Decl=>ExpectDecl> * Next: <Pure Decl=>PureDecl> * Up: <Declarations=>Declaratio>

#Wrap on
{fH4}The Start-Symbol{f}

Bison assumes by default that the start symbol for the grammar is the first
nonterminal specified in the grammar specification section.  The programmer
may override this restriction with the {fCode}%start{f} declaration as follows:

#Wrap off
#fCode
%start {fStrong}symbol{f}
#f
#Wrap on

