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

Make import names can have a trailing comma and be multiline #202

Merged
merged 1 commit into from
Dec 11, 2017

Conversation

dahlia
Copy link
Member

@dahlia dahlia commented Dec 10, 2017

This patch makes the parser accepts import names with a trailing comma or in multilines that hadn't been allowed, e.g.:

import foo.baz (
    c,
    d,
);

@dahlia dahlia added cat:lang Category: Language design cmp:frontend Component: Compiler frontend (e.g., CLI, parser, AST) typ:bug Type: Bug/defect labels Dec 10, 2017
@dahlia dahlia self-assigned this Dec 10, 2017
@dahlia dahlia requested a review from kanghyojun December 10, 2017 16:02
kanghyojun
kanghyojun previously approved these changes Dec 10, 2017
Copy link
Member

@kanghyojun kanghyojun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

빌드는 실패했네요. 아마 맥빌드 아닌지..

@kanghyojun
Copy link
Member

Approved

@dahlia dahlia merged commit b9f6dd8 into nirum-lang:master Dec 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:lang Category: Language design 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.

2 participants