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 7143ca3625 UI changes 2024-03-01 18:44:55 +05:30
assets update screenshot 2024-02-19 14:27:29 +05:30
src UI changes 2024-03-01 18:44:55 +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 more renaming 2024-02-19 12:21:25 +05:30
build.sh more renaming 2024-02-19 12:21:25 +05:30
install.sh more renaming 2024-02-19 12:21:25 +05:30
jcal more renaming 2024-02-19 12:21:25 +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

jcal

Simple GUI calculator with complex infix expression evaluation made in Java using Swing.

Installation

  $ git clone --depth=1 https://github.com/krolyxon/jcal --branch=master
  $ cd jcal
  $ ./install.sh
  $ jcal

or go to latest releases and get the .jar file.

Uninstall

  $ ./install.sh -u

jcal in action

License

This project is licensed under the GPLv3 LICENSE