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

parser: Change list syntax #199

Open
vitorarins opened this issue Mar 31, 2017 · 1 comment
Open

parser: Change list syntax #199

vitorarins opened this issue Mar 31, 2017 · 1 comment

Comments

@vitorarins
Copy link
Member

list syntax should be like this: ["a", "b", "c"]. And unquoted strings will not work inside lists anymore.

So:

  • instead of parenthesis (() we will use brackets([)
  • instead of spaces( ) we will use commas(,)
  • unquoted strings will not be accepted. Ex.: [ a, b, c ] will fail.
@i4ki
Copy link
Collaborator

i4ki commented Apr 2, 2017

I think we need a nashfix for that. Because it has a big impact on existing code base.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants