Skip to content
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

Statement parse errors in some set.mm versions #121

Open
tirix opened this issue Jul 4, 2023 · 0 comments
Open

Statement parse errors in some set.mm versions #121

tirix opened this issue Jul 4, 2023 · 0 comments

Comments

@tirix
Copy link
Collaborator

tirix commented Jul 4, 2023

Since set.mm's commit ee877d4, the grammar pass fails with the following error message:

error: Unparseable statement
     --> ../set.mm/set.mm:11907:28
      |
11907 |     trujust $p |- ( ( A. x x = x -> A. x x = x )
      |                            ^ Could not parse this statement
      |
error: Can't build the grammar
      --> ../set.mm/set.mm:456456:3
       |
456456 |     $( $j garden_path ( x   =>   ( ph ;
       |  ___^
...      |
456462 | |   $)
       | |____^ Expanded formula cannot be parsed from root node
       |
2 diagnostics issued.

It should not be the case, and the changes in that commit seem to be completely unrelated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant