You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix for #207 is temporary, as there could still be stack overflow when compiling really really big programs. The more permanent fix is to make the translation iterative by maintaining an explicit stack. It will make the translation code (as seen in the boolExpr function) less clean, however.
The text was updated successfully, but these errors were encountered:
The fix for #207 is temporary, as there could still be stack overflow when compiling really really big programs. The more permanent fix is to make the translation iterative by maintaining an explicit stack. It will make the translation code (as seen in the
boolExpr
function) less clean, however.The text was updated successfully, but these errors were encountered: