help-bison
[Top][All Lists]
Advanced

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

tokens without input match


From: Anand Akhare
Subject: tokens without input match
Date: Fri, 27 Apr 2018 18:45:28 +0530

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


reply via email to

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