blob: 6253709cfe528f2426d78d7142fa9f9e4f276e7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# [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 OR ./build.sh
```
## JavaCalc in action

## License
This project is licensed under the [`GPLv3 LICENSE`](https://github.com/krolyxon/JavaCalc/blob/master/LICENSE)
|