aboutsummaryrefslogtreecommitdiff
path: root/calculator-java
Commit message (Collapse)AuthorAge
* [~] Bug fixMaël Gassmann2021-06-12
|
* [~] Edited pom.xml to only generate one *valid* jarMaël Gassmann2021-06-12
|
* [~] Now handling EOF charMaël Gassmann2021-06-12
|
* [~] corrected maven package to generate a working jarMaël Gassmann2021-06-12
|
* [~] First totaly functional Calculator, reorganised the files, verified and ↵Maël Gassmann2021-06-11
| | | | added error messages
* [~] Updated the unit tests to take in account the variablesMaël Gassmann2021-06-11
|
* [+] Added StatementParser, [~] Restructured the ParsersMaël Gassmann2021-06-11
|
* [+] Added JUnit tests (only testign valid expressions as of now)Maël Gassmann2021-06-11
|
* [+] implemented the 'shell' UI, [~] Small corrections had to be made in the ↵Maël Gassmann2021-06-11
| | | | parser
* [+] First version of the java calculatorMaël Gassmann2021-06-11
|
* [+] Basic stucture of the java calculatorMaël Gassmann2021-06-10