(no subject)
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
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)