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 0c86147510 change caret color and division symbol 2024-02-18 19:58:29 +05:30
assets edit readme and add LICENSE 2024-02-17 20:09:05 +05:30
src change caret color and division symbol 2024-02-18 19:58:29 +05:30
.gitignore add build script 2024-02-17 20:45:28 +05:30
LICENSE edit readme and add LICENSE 2024-02-17 20:09:05 +05:30
README.md Streight up stupid 2024-02-17 23:17:14 +05:30
build.sh add build script 2024-02-17 20:45:28 +05:30
manifest.mf add build script 2024-02-17 20:45:28 +05:30
run.sh add build script 2024-02-17 20:45:28 +05:30

README.md

JavaCalc

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 OR ./build.sh

JavaCalc in action

License

This project is licensed under the GPLv3 LICENSE