Simple calculator which has built in expression parsing, made for learning.
This repository has been archived on 2026-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
krolxon f9c7776aed edit readme and add LICENSE 2024-02-17 20:09:05 +05:30
assets edit readme and add LICENSE 2024-02-17 20:09:05 +05:30
.gitignore change bCut symbol 2024-02-16 23:14:47 +05:30
Calculator.java add python like cli interface 2024-02-17 16:26:02 +05:30
GFrame.java add clear history button 2024-02-17 19:59:03 +05:30
History.java add clear history button 2024-02-17 19:59:03 +05:30
LICENSE edit readme and add LICENSE 2024-02-17 20:09:05 +05:30
Parser.java change how your interact with Parser 2024-02-16 00:09:35 +05:30
README.md edit readme and add LICENSE 2024-02-17 20:09:05 +05:30
run.sh add run.sh 2024-02-15 00:08:22 +05:30

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