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

Bare identifiers now can start with reserved keywords as their prefix #189

Merged
merged 1 commit into from Oct 26, 2017

Conversation

dahlia
Copy link
Member

@dahlia dahlia commented Oct 24, 2017

Fixes #184.

There had been a parser bug that bare identifiers (i.e. unquoted identifiers) cannot start with reserved keywords, e.g. types (type is reserved), enumeration (enum is reserved`). This patch fixes the bug.

@dahlia dahlia added cmp:frontend Component: Compiler frontend (e.g., CLI, parser, AST) typ:bug Type: Bug/defect labels Oct 24, 2017
@dahlia dahlia self-assigned this Oct 24, 2017
kanghyojun
kanghyojun previously approved these changes Oct 24, 2017
@dahlia dahlia merged commit 56f8a40 into nirum-lang:master Oct 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmp:frontend Component: Compiler frontend (e.g., CLI, parser, AST) typ:bug Type: Bug/defect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants