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
Good suggestion! The answer is yes! eventually I'll optimize the compiler, probably by doing look-aheads when going through the AST. In fact there is already some of that kind of optimization when you declare a variable and immediately assign to it.
However right now I'm working to make sure the compiler is absolutely free of bugs, and writing a Spec to describe exactly what that means. :)
For example, in the image above, there are many variables start with
_ans
, and most of them can be omitted.The text was updated successfully, but these errors were encountered: