All Versions
24
Latest Version
Avg Release Cycle
8 days
Latest Release
-

Changelog History
Page 3

  • v0.1.1.1 Changes

    July 06, 2020
    • Run typechecker before evaluator in executable/REPL
    • Add location info to type errors
    • emd FILE now runs file (for use in shell shebangs)
  • v0.1.1.0 Changes

    July 05, 2020
    • Export renamer in Language.Dickinson
    • Fix build with GHC ≤ 8.2.2
    • Add man subcommand
    • Introduce multiline strings
  • v0.1.0.1 Changes

    June 30, 2020
    • Fix source distribution so nix builds it automatically
    • Fix a bug in the evaluator that caused valid expressions to be rejected in the REPL
    • Show an error in the REPL when trying to :view a name not in scope.
    • Throw error when tuple pattern doesn't match type of expression
    • Fix $ within strings so it doesn't need to be escaped
  • v0.1.0.0 Changes

    🎉 Initial release