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 support for composite terms as reference operands in the language #239

Closed
tsandall opened this issue Feb 2, 2017 · 0 comments
Closed

Comments

@tsandall
Copy link
Member

tsandall commented Feb 2, 2017

It would be nice if composite terms could be used as reference operands.

Today we don't support this in the parser:

data.example.p[[x,y]]

Authors have to write:

v = [x,y], data.example.p[v]
@tsandall tsandall changed the title Support composite terms as reference operands Add support for composite terms as reference operands in the language Jul 6, 2017
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