-
Notifications
You must be signed in to change notification settings - Fork 161
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
Math parser should do more complicated parsing for spec templating #25
Comments
It would also be good to be able to Iterate based on a condition such as every odd, even element or every 3rd or 4th element
|
@alecky Awesome idea! Will work on the concept |
@alecky
In the end that gave me this So here is how it could look in the end
And here is the content of myscript.js:
|
Ready in release-1.4 branch |
Implemented two things Javascript in specs and complex operations in @{ } expression.
|
At the moment galen allows this:
But what would be nice to have is more complex parsing like this:
Or reusing the @ symbol together with brackets
The text was updated successfully, but these errors were encountered: