emily
emily copied to clipboard
Unary - operator support
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.