/haskell-calculator

Just a simple haskell calculator for evaluating basic expressions.

Primary LanguageHaskell

INSTRUCTIONS

  • ghc Main.hs
  • ./Main
  • "(add (1 1))"

USAGE

  • All operations must be encased in brackets
  • Some test cases WILL fail currently