(no subject)

2006-12-12 Thread timo . du . four
the case, is there a way to accomplish the first? Timo Du Four ___ help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

using merge

2007-01-15 Thread Timo Du Four
Dear bison users, I'm having trouble figuring out how to use merge with a glr-parser. I found this example on the net: stmt : expr ';' %merge | decl %merge ; and define the |stmtMerge| function as: static YYSTYPE stmtMerge (YYSTYPE x0, YYSTYPE x1)