in following code, bison matches for word1 and word2 for input
but it doesn't bypass word3 while it matches, executes action and throws
error.
Is it possible that anything that doesn't reach till input can be blocked?


input:  word1
         | word2

word1 : WORD1

word2: WORD2

word3: WORD3

Thank a lot!
Anand
_______________________________________________
help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to