help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

using the merge keyword


From: Adam Smalin
Subject: using the merge keyword
Date: Sat, 4 Jun 2011 21:03:45 -0400

I have two possible outcome. If it A works i rather then A then B however i
notice merge and try it out.
It looks like it doesnt get rid of my conflicts. I though the point was it
would run that code when an conflict occurs. Then i looked at the manual and
it looks like it just 'prints' them?? (sounds nearly useless)

Am i using merge wrong or am i missing something?

    | '{' A '}' %merge <AB> {$$ = A(1, $1); }
    | B       %merge <AB> {$$ = B(0, $1); }


reply via email to

[Prev in Thread] Current Thread [Next in Thread]