-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
ql.mm grammar is broken #141
Comments
I had a look at this problem two weeks ago and my conclusion at that time was that in the current state, It's been lazily built for
The way the parsing works is that to parse the necessary So the parser has been built using a nice property of Additional changes are needed in |
Minimized example:
There are no type conversions here, and I don't see what garden path I would need to supply here. The automaton looks like this:
which doesn't seem correct, it is missing a
'
edge from node 6 to node 7.cc: @tirix
The text was updated successfully, but these errors were encountered: