We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expression is: (a>b)+div
(a>b)+div
Megaparsec says:
unexpected '+' expecting end of input
The text was updated successfully, but these errors were encountered:
It was a design decision: to have a tree (Tree) but not a forest ([Tree]) on the top level.
Tree
[Tree]
Sorry, something went wrong.
Oh, well. I thought it was bug in brackets parsing, but seems like all other cases work well.
I have looked to the code, it is ok to have a forest! So it is a bug, good catch!
No branches or pull requests
Expression is:
(a>b)+div
Megaparsec says:
The text was updated successfully, but these errors were encountered: