mCRL2 icon indicating copy to clipboard operation
mCRL2 copied to clipboard

Parser reports unresolved ambiguity

Open wiegerw opened this issue 5 years ago • 0 comments

For the specification below the parser reports [error] Unresolved ambiguity., without reporting any possible alternatives. It seems like dparser is behaving erratically. If the comment line is removed, the error is gone.

%
init true -> true -> (true -> tau) <> tau;

wiegerw avatar Jun 19 '19 14:06 wiegerw