/AndroidCalculator

A Basic android calculator which calculates multiple values at single time. The calculation is implemented through Arithmetic Precedence Tree. DFA parser is also used in the project.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

AndroidCalculator

A Basic android calculator which calculates multiple values at single time. The calculation is implemented through Arithmetic Precedence Tree. DFA parser is also used in the project.