Merge: Calculator refactor & numerics proposition
authorJean Privat <jean@pryen.org>
Thu, 28 Aug 2014 05:15:41 +0000 (01:15 -0400)
committerJean Privat <jean@pryen.org>
Thu, 28 Aug 2014 05:15:41 +0000 (01:15 -0400)
* Modularize calculator.nit into 3 modules and move to a project structure.
* Rewrite the code behind the displayed string.
* Use numerics to switch nicely between `Float` and `Int`
* No more weird bug with the C button.

The Android UI will follow in another PR.

Pull-Request: #646
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>


Trivial merge