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

Grow DynSem with knowledge of arrays #51

Open
vvergu opened this issue May 25, 2016 · 1 comment
Open

Grow DynSem with knowledge of arrays #51

vvergu opened this issue May 25, 2016 · 1 comment

Comments

@vvergu
Copy link
Member

vvergu commented May 25, 2016

Any serious programming language has arrays but there is currently no (efficient) way to specify semantics of languages with arrays in DynSem. This problem should be resolved by adding arrays as built-in types in DynSem.

@eelcovisser
Copy link
Contributor

It would be good to think about the design of arrays. In a sense, we already have arrays: maps provide association between index and value. So, from that perspective, we don't need arrays. And even the notation is already array-like. I understand that we need a more array-like implementation to get performance. But perhaps that is just a matter of an annotation on the map type alias declaration.

@vvergu vvergu added this to the Enhancements sprint milestone Nov 14, 2016
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

2 participants