grammar: add bitwise operators `|`, `^`, `&`, and `~`
[nit.git] / tests / sav / test_to_upper_lower.res
2014-05-02 Lucas Bajoletlib/standard/string: Added implementations for to_upper...