|
|
||
|---|---|---|
| assets | ||
| .gitignore | ||
| Calculator.java | ||
| GFrame.java | ||
| History.java | ||
| LICENSE | ||
| Parser.java | ||
| README.md | ||
| run.sh | ||
README.md
'JavaCalc'
- 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
$ git clone --depth=1 https://github.com/krolyxon/JavaCalc --branch=master
$ cd JavaCalc
$ ./run.sh
JavaCalc in action
License
This project is licensed under the GPLv3 LICENSE
