Merge: nitg: add support for unary - as an extern method
authorJean Privat <jean@pryen.org>
Tue, 10 Jun 2014 15:37:31 +0000 (11:37 -0400)
committerJean Privat <jean@pryen.org>
Tue, 10 Jun 2014 15:37:31 +0000 (11:37 -0400)
Fixes #483.

TODO: Since "unary -" is an overload of "-", it cannot be declared as a callback from C. We could either extend the importation syntax or import both "-" and "unary -" on import of "-".

Pull-Request: #486
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge