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

Ordering bug for processor clauses #7

Open
schuster opened this issue Mar 11, 2016 · 1 comment
Open

Ordering bug for processor clauses #7

schuster opened this issue Mar 11, 2016 · 1 comment

Comments

@schuster
Copy link

The following program generates an error I can't understand: https://gist.github.com/schuster/8e3cae9dfac839a7b055

It seems like in this case the ordering of processor clauses must match the order in the grammar, which shouldn't be necessary. The error message also doesn't make clear what the error actually is.

@schuster
Copy link
Author

Found a simpler instance of what appears to be the same issue, but with with-output-language: https://gist.github.com/schuster/6543997ae8617c43add3

@LeifAndersen points out that it's likely because primop calls and function calls in this grammar are both "tagless" items with the same structure.

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