Open alpylmz opened 5 months ago
Function calls are not generally supported by Daisy, unfortunately.
It may be possible to add a pre-processing step that would inline functions (this would be purely for convenience). For that, it would be great if I knew better what kind of programs you would like to analyze. (Feel free to reach out also at eva.darulova - at - it.uu.se)
Hi, I want to implement an algorithm and try it out with ds2l flags. I'd like to implement helper functions, but I am having trouble in calling a helper function in another one. I have this function:
This version compiles and I can get results without problems, but when I add alphaSkewSquare function, I get the error:
daisy.DaisyFatalError: Unknown expression alphaSkew(m, lever)
Is this a problem in my code, or is this not supported in daisy?