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
This is an issue to track one of the ideas suggested in #10, adding support for unary -, so we can do: -a + -b instead of ~a + ~b, and -1 instead of ~1, etc.