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
It presently does not work properly but a start of a solution resides: beef331@776618c
Basically what one needs to do is to break apart the untyped expression unto a chain of truthy(let arg = expr; arg) and truthy(let arg2 = expr(arg1); arg2) ....) this does that and compiles for some amount of these, but due to untyped AST requirement it needs to be smarter.
Not quite sure what is going on, but I do have a minimal reproducible example:
This prints
which is pretty counter intuitive, as I'd expect the second echo to print false as well.
The text was updated successfully, but these errors were encountered: