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

Improve condition checking in yask compiler #158

Open
chuckyount opened this issue Sep 10, 2018 · 1 comment
Open

Improve condition checking in yask compiler #158

chuckyount opened this issue Sep 10, 2018 · 1 comment

Comments

@chuckyount
Copy link
Contributor

Need to make sure only domain indices are used in domain conds and only step dim is used in step cond.
Neither can use grid vars.
Might want to also disallow "%" in grid-value exprs.

@chuckyount
Copy link
Contributor Author

Now step conds can use grid vars, but only with const indices.

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

1 participant