calculator: fix numbers limited to a single digit after a clean
[nit.git] / examples / calculator / src / calculator_logic.nit
2016-12-28 Alexis Laferrièrecalculator: fix numbers limited to a single digit after...
2016-05-11 Alexis Laferrièrecalculator: implement unary minus
2016-05-11 Alexis Laferrièrecalculator: extend the calculator logic with scientific...
2016-05-11 Alexis Laferrièrecalculator: replace the FlatBuffer with a simple String
2016-05-11 Alexis Laferrièrecalculator: use Unicode strings instead of single chars...
2015-08-22 Alexis Laferrièreexamples/calculator: avoid crash from call to `to_n...
2015-05-25 Alexis Laferrièreexamples/calculator: use serialization
2015-03-18 Alexis Laferrièreexamples/calculator: add services to save and load...
2015-01-27 Alexis Laferrièreexamples/calculator: revamp style of the calculator...
2014-08-27 Alexis Laferrièrecalculator: major logic refactor, move up display code...
2014-08-27 Alexis Laferrièrecalculator: move to a project folder