-
Notifications
You must be signed in to change notification settings - Fork 35
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
Infinity loop when reading complex expression #2
Comments
I have reduced the testcase to this small expression:
|
Hello! If you try it on 16 bits this will work in a decent amount of time. I think the expression start to be become too big above 16 bits to handle. |
By the way, for your original expression, you can use "lazy evaluation" using Arybo expressions. This is a less documented feature, I've got to put it in the final documentation. Here is the example script:
This outputs:
|
Thank you :) I guess that will do it for now. |
Hi,
I am currently trying to transform this expression into an arybo expression:
With these instructions:
But apparently, it somehow runs into an infinity loop as it run on 100% cpu for ~10 minutes until I killed the process.
The text was updated successfully, but these errors were encountered: