tomaspinho / clj-calc

A super simple calculator written in Clojure, using a Context Free Grammar and UI components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clj-calc

A super simple calculator written in Clojure, using a Context Free Grammar and UI components.

Uses instaparse for the Grammar parser and Seesaw for Swing UI components.

Usage

# Run
lein run

# Make jar
lein uberjar

License

Copyright © 2016 Tomás Pinho

Distributed under the MIT License.

About

A super simple calculator written in Clojure, using a Context Free Grammar and UI components.


Languages

Language:Clojure 100.0%