Merge: More binary operators
authorJean Privat <jean@pryen.org>
Fri, 24 Apr 2015 08:24:01 +0000 (15:24 +0700)
committerJean Privat <jean@pryen.org>
Fri, 24 Apr 2015 08:24:01 +0000 (15:24 +0700)
The first part of the PR cleanup and factorize some things related to the operators in the grammar and the AST.
Then the four bitwise operators are added.

Close #1271 unless some more thing is added to it (like generalized unary operators)

Note: as usual, github is useless when the parser is regenerated, so review the individual commits if you prefer.

Pull-Request: #1295
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>

1  2 
src/semantize/typing.nit

Simple merge