You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I was testing Jison here, I found that Jison was unable to generate a parser from this simple grammar, since it contains the literal "constructor":
While I was testing Jison here, I found that Jison was unable to generate a parser from this simple grammar, since it contains the literal
"constructor"
:It works when I replace
"constructor"
with"constructor1"
, but it can't generate a parser from the grammar above. Is this a bug?The text was updated successfully, but these errors were encountered: