8000 GitHub - bamarsha/abacus: A simple math expression parser and calculator.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bamarsha/abacus

Repository files navigation

Abacus

A screenshot of Abacus

Abacus is a calculator with a small math language that supports user-defined variables and functions. Try it out!

Building Abacus

Abacus uses Haskell with Reflex. I recommend building Abacus with GHCJS. Here's how, assuming you have GHCJS installed:

npm install
cabal v2-build --ghcjs

This should create the folder dist-newstyle/build/*/*/*/build/abacus/abacus.jsexe, where the *'s depend on your system. Open index.html in that folder in a web browser.

If you use Visual Studio Code, this repository uses a dev container that comes with GHCJS.

About

A simple math expression parser and calculator.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0