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

Support generic struct declarations #19

Open
MaxDesiatov opened this issue Jun 5, 2019 · 0 comments
Open

Support generic struct declarations #19

MaxDesiatov opened this issue Jun 5, 2019 · 0 comments
Assignees
Projects

Comments

@MaxDesiatov
Copy link
Owner

This implies AST support for following declarations:

struct Array<Element> {
  var count: Int
  var first: Element?
}

There should also be a property (or function) on the corresponding struct AST type that transforms a value of this type to a [TypeIdentifier: Environment] dictionary.

@MaxDesiatov MaxDesiatov self-assigned this Jun 5, 2019
@MaxDesiatov MaxDesiatov added this to To do in 0.1 release via automation Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
0.1 release
  
To do
Development

No branches or pull requests

1 participant