Simple arithmetic interpreterNovember 16, 2021 · View on GitHubHow to run: ghci src/Lib.hs Then: λ> eval "(1 + 5 + 3 / 2)" Right 4.5