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 constant expressions #13

Closed
philhofer opened this issue Sep 25, 2014 · 1 comment
Closed

Support constant expressions #13

philhofer opened this issue Sep 25, 2014 · 1 comment

Comments

@philhofer
Copy link
Member

Right now a field like [3]float64 won't work. Since the array length can be a constant, we'll have to support constant expressions along with it, e.g. [LEN]float64.

@philhofer
Copy link
Member Author

Partly fixed by #22. Constant expressions forthcoming.

@philhofer philhofer changed the title Support arrays (and constant expressions) Support constant expressions Oct 10, 2014
philhofer added a commit that referenced this issue Nov 15, 2014
Allow const arrays; closes #13
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

No branches or pull requests

1 participant