Modules - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
-
- handles logic including arithmetic operations and memory manipulation, etc;
-
- handles unit conversion and mappings between operator and its code (a number);
-
- handles expression building, parsing (into parse tree) and evaluation;
-
- handles output formatting for display;
-
- handles general-purpose data storage;
-
- a collection of user-defined controls (e.g, numerical keypad, output display, etc);
-
- class library for generic tasks;
-
- provides web related services.