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

More primitives #49

Merged
merged 12 commits into from
Oct 8, 2017
Merged

More primitives #49

merged 12 commits into from
Oct 8, 2017

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Oct 7, 2017

This adds more primitives:

  • conditionals: ==, !=, <, >, <=, >=
  • Boolean operators: &&, ||
  • while primitive
  • element-wise division primitive

This also changes the return type for all primitives to be a variant holding either nil (empty), a literal value (bool, int64_t, std::string) or an instance of node_data<double>.

- adding conditional primitives (==, !=, <, >, <=, >=, &&, ||)
- flyby: adding optional.natvis
- Primitive components now may return a variant holding either
  nil (empty), a literal value (bool, int64_t, std::string) or
  an instance of node_data<double>
@hkaiser hkaiser merged commit 2c30045 into master Oct 8, 2017
@hkaiser hkaiser deleted the while_primitive branch October 8, 2017 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant