Merge: Extends operators
authorJean Privat <jean@pryen.org>
Thu, 16 Apr 2015 04:13:24 +0000 (11:13 +0700)
committerJean Privat <jean@pryen.org>
Thu, 16 Apr 2015 04:13:24 +0000 (11:13 +0700)
commit172718f5d326e0352bbadac82bce01c6f3508e54
treeb4183598779224b3725d0bbc31f978a87470e659
parente64156cf811c49394b4fc13a028243ad2bb623c5
parentda47ffd7f9898fa3904495afcc767bb54be80606
Merge: Extends operators

* Add missing combined assignments: `*=`, `/=`, `%=`, `**=`, `<<=`, `>>=`
* Add missing unary + operator (why?)
* Keep operators in the AST for better messages
* Factorize some information in the AST to simplify code in other modules

Pull-Request: #1263
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>