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

Tentative struct literals grammar - try 1 #308

Closed

Conversation

cjllanwarne
Copy link
Contributor

@cjllanwarne cjllanwarne commented Apr 15, 2019

Trying to try out / proof of concept the grammar change in #297 before it opens to a vote.

NB: I didn't try this on anything more complex than:

version development

struct Person {
  String name
  Int age
}

workflow foo {
  Person x = Person(name="harry", age=17)
  Array[Int] xs = range(x.age)
}

@cjllanwarne
Copy link
Contributor Author

This PR is now out of date. Closing

@cjllanwarne cjllanwarne deleted the cjl_tentative_struct_literals branch April 16, 2019 17:32
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.

1 participant