Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Consider Elaboration in infix grammar #216

Merged
merged 1 commit into from
Sep 12, 2018

Conversation

justjoheinz
Copy link
Contributor

Infix grammar handles multiline cases like plus.
however elaboration scripts know the terms (x), {x} and `{{x}}
resulting in unclosed backticks which trip the grammar.
This is an attempt to exclude these special cases in the handling
of infix functions.

Fixes #188

Infix grammar handles multiline cases like `plus`.
however elaboration scripts know the terms `(x), `{x} and `{{x}}
resulting in unclosed backticks which trip the grammar.
This is an attempt to exclude these special cases in the handling
of infix functions.
@justjoheinz justjoheinz changed the title onsider Elaboration in infix grammar Consider Elaboration in infix grammar Sep 12, 2018
@justjoheinz justjoheinz merged commit bfdaccc into idris-hackers:master Sep 12, 2018
@justjoheinz justjoheinz deleted the bug/188 branch September 12, 2018 15:25
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Grammar for infix operation like plus is broken
1 participant