-
Notifications
You must be signed in to change notification settings - Fork 21
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
HB breaks the parsing of commas (tuples, "in" clauses, etc) #453
Comments
@CohenCyril I'm not very good with notations, and since this code is copy pasted from an old code of mine the problem could be here: @silene if you rename v1 into w1, does it work? Maybe the problem is that |
I don't see any other possible causes, but admit all my ignorance on the subject... |
Indeed, this is the likely culprit. Print Grammar constr.
(*
| "0" LEFTA
[ "[find"; "v1,"; "..,"; term LEVEL "200"; "|"; term LEVEL "200"; "∼"; term LEVEL "200"; "]"; NEXT
*) I guess you can just remove this notation since it obviously has never been used. |
I wonder what the RHS of the notation looks like internally... |
A space is now needed before commas, e.g.,
unfold plus in v1 , v1
.The text was updated successfully, but these errors were encountered: