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

Conditionals supported? #39

Open
alexbw opened this issue Jul 24, 2016 · 2 comments
Open

Conditionals supported? #39

alexbw opened this issue Jul 24, 2016 · 2 comments

Comments

@alexbw
Copy link

alexbw commented Jul 24, 2016

I see you have support for some control flow (for-loops), which is awesome. I've been poking around the source, and don't see support for if-statements, while loops, or try/catch statements. Am I correct that these aren't in the library currently?

@fredo-dedup
Copy link
Contributor

Yes, correct, only for-loops and provided they are not too complex in their structure (no dependencies between results of iterations).
I am working on a rewrite (devl3 branch) that will support if-else statements, but I am only half-way through it and with very limited time to work on it.

@alexbw
Copy link
Author

alexbw commented Apr 11, 2017

Hey, wanted to follow-up and see if you've made any progress? Interested in learning and discussing some of the ideas behind the package.

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