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 dynamic creation of vectors, sets, and maps #2

Open
5 tasks
bloer opened this issue Aug 23, 2013 · 0 comments
Open
5 tasks

Add support for dynamic creation of vectors, sets, and maps #2

bloer opened this issue Aug 23, 2013 · 0 comments

Comments

@bloer
Copy link
Owner

bloer commented Aug 23, 2013

  • vector. Syntax: [ item1 , item2 , item3 ] .
  • set. Same syntax as vector
  • map. Syntax: [ key : value , key : value , key : value ]
  • append syntax: prefix opening with '+' for any style
  • Make sure that vector and map interfaces are JSON compatible

Questions?

  • Should we also allow enclosing () rather than [] ? Or should we enforce that () encloses fully pre-defined entities like ParameterLists, while [] enclose dynamic entities?
  • Should we require separating commas between elements?
  • Should we require the separating colon between key value pairs in maps?
  • Should we keep ParameterLists as they are, or switch them to use the underlying map functions?
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

1 participant