Next: A Pure (Reentrant) Parser, Previous: Suppressing Conflict Warnings, Up: Bison Declarations [Contents][Index]
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 %start declaration as follows:
%start
%start symbol