grammar: add bitwise operators `|`, `^`, `&`, and `~`
[nit.git] / tests / test_for_times.nit
2013-11-10 Alexis Laferrièrelib: adds Discrete::times as a shortcut to Range