/hcalc

trivial calculator in haskell

Primary LanguageHaskell

A simple calculator using alex and happy. This is obviously a very contrived
and indirect way to implement an expression calculator, but it might be useful
to others learning alex/happy.