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
We have decided to add negative number literals to MExpr. I.e., you should be able to include negative integers and negative floats, e.g., -1 and -1., in MExpr programs.
To do this, we would have to make updates to at least the following files:
We have decided to add negative number literals to MExpr. I.e., you should be able to include negative integers and negative floats, e.g.,
-1
and-1.
, in MExpr programs.To do this, we would have to make updates to at least the following files:
MExpr
Boot
It is possible that pretty printers for other backends must also be updated to handle negative numbers.
Additionally, we want to extend pattern matching with negative numbers, but this could be a separate PR/issue.
The text was updated successfully, but these errors were encountered: