Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 222 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 222 Bytes

Calculator-for-Android

Open source concept of a calculator, using an expression lexer, parser, and evaluator, as well as an example UI. The parser is based off of Dijkstra's Shunting Yard algorithm.