> statement_list: statement_list statement

This should be 
statement_list:: /* Empty  */
                            | statement_list statement

Please excuse my sloppiness.

Laurence



_______________________________________________
Help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to