haskell-calculator
haskell-calculator copied to clipboard
Evaluation and visualization of simple arithmetic expressions in Haskell.
The button, when pressed, should populate the input box with a random arithmetic expression. (Similar to the "I'm feeling lucky!" button.)
The current colour scheme nests expressions with colours according to the expression type. * additions are represented with the colour red * multiplications are represented with the colour blue *...
It turns out that I can't build on macOS because I can't find `webkitgtk` there. Homebrew used to provide it but deleted it because of build problems, apparently. ``` Configuring...
Logs: ``` $ stack test hlint-1.9.35: configure hlint-1.9.35: build Progress: 1/7 -- While building package hlint-1.9.35 using: /home/jsk/.stack/setup-exe-cache/x86_64-linux/setup-Simple-Cabal-1.24.0.0-ghcjs-0.2.1.9007001_ghc-8.0.1 --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.0.0_ghcjs build --ghc-options " -ddump-hi -ddump-to-file" Process exited with code: ExitFailure 1...