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

Fix precedence of parsing variable names #255

Merged
merged 1 commit into from
Feb 8, 2018

Conversation

Gabriella439
Copy link
Collaborator

... as standardized in dhall-lang/dhall-lang#83

Fixes #250

This allows identifier names to begin with reserved identifiers. For
example, previously TypeSynonym was not a valid identifier because it
began with Type and now it is a valid identifier.

... as standardized in dhall-lang/dhall-lang#83

Fixes #250

This allows identifier names to begin with reserved identifiers.  For
example, previously `TypeSynonym` was not a valid identifier because it
began with `Type` and now it is a valid identifier.
@Gabriella439 Gabriella439 merged commit c98cb90 into master Feb 8, 2018
@Gabriella439 Gabriella439 deleted the gabriel/fix_variable_precedence_2 branch February 8, 2018 15:24
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

Successfully merging this pull request may close these issues.

None yet

1 participant