Merge: Clean primitive
authorJean Privat <jean@pryen.org>
Mon, 10 Aug 2015 16:12:58 +0000 (12:12 -0400)
committerJean Privat <jean@pryen.org>
Mon, 10 Aug 2015 16:12:58 +0000 (12:12 -0400)
commit05e4420addbd24765ccc7e74f4fd858f4b9a153d
treec04c6a9202985d77a1ceba7ab7d9281c10cf0c37
parentcbf93587686572a58d1a84260772b91300f0f83f
parent6af187313cfc04e1a8f6a2a1ba10f72353477a8a
Merge: Clean primitive

Cleaning of binary operations on primitive data types:

* `lshift` and `rshift` are replaced by the usual `<<` and `>>`
* `bin_and` is replaced by `&`
* `bin_or` is replaced by `|`
* `bin_not` is replaced by `~`
* `bin_xor` is replaced by `^`

Note: Due to bootstrap issues, `<<` and `>>` are now FFI

Pull-Request: #1624
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
lib/markdown/markdown.nit