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

parse list literals #30

Closed
degory opened this issue Jul 20, 2017 · 0 comments
Closed

parse list literals #30

degory opened this issue Jul 20, 2017 · 0 comments
Assignees

Comments

@degory
Copy link
Owner

degory commented Jul 20, 2017

parse list literals

[a, b, c, d]
[[x, y], [z, w]]
["a", b, c]: System.Object

need to support an optional explicit element type, at least until bootstrapped, because the legacy compiler's type inference for list literals is not 100% reliable

@degory degory self-assigned this Jul 20, 2017
@degory degory added this to the parser complete milestone Jul 20, 2017
@degory degory closed this as completed Jul 20, 2017
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