# [JavaCalc](https://github.com/krolyxon/cht-rs) - Simple calculator i made in java to learn expression parsing and Swing UI development. Simple GUI calculator with complex infix expression evaluation made in Java using Swing. ## Installation ```bash $ git clone --depth=1 https://github.com/krolyxon/JavaCalc --branch=master $ cd JavaCalc $ ./run.sh ``` ## JavaCalc in action ![](https://raw.githubusercontent.com/krolyxon/JavaCalc/masters/asset/screenshot1.png) ## License This project is licensed under the [`GPLv3 LICENSE`](https://github.com/krolyxon/JavaCalc/blob/master/LICENSE)