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 collection types into the language #37

Closed
denismerigoux opened this issue Dec 21, 2020 · 1 comment · Fixed by #45
Closed

Add collection types into the language #37

denismerigoux opened this issue Dec 21, 2020 · 1 comment · Fixed by #45
Labels
🔧 compiler Issue concerns the compiler ✨ enhancement New feature or request

Comments

@denismerigoux
Copy link
Contributor

Once #36 is solved, we can add a primitive polymorphic collection type into the language with its associated operators. This type should be present all the way from the surface syntax to the default calculus.

Once this type is added, the open question of #17 should be reactivated; maybe with a special map operator that maps a scope (viewed as a function) onto a collection.

Collections are fixed-length arrays, whose length can be provided at runtime. Their natural extraction target are C arrays.

@denismerigoux
Copy link
Contributor Author

Fixed by #45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 compiler Issue concerns the compiler ✨ enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant