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

Add support for keyword list using square brackets #6

Merged
merged 1 commit into from
Aug 5, 2017

Conversation

muhifauzan
Copy link
Contributor

@muhifauzan muhifauzan commented Jun 17, 2017

Previously, we can only use curly brackets for keyword list.

d({foo}) = [foo: "bar"]

Now, we can also use square brackets for convenient use.

d([foo]) = [foo: "bar"]

@muhifauzan muhifauzan changed the title Add support for keyword list using square brackets WIP: Add support for keyword list using square brackets Jun 17, 2017
@muhifauzan
Copy link
Contributor Author

@danielberkompas please have a look.

@muhifauzan muhifauzan changed the title WIP: Add support for keyword list using square brackets Add support for keyword list using square brackets Jun 17, 2017
@danielberkompas danielberkompas merged commit 9c13bdc into danielberkompas:master Aug 5, 2017
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.

2 participants