Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 687 Bytes

CHANGELOG.md

File metadata and controls

24 lines (16 loc) · 687 Bytes

Changelog for 2022Assignment2

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.

0.1.0.0 - 2022-09-28

Initial release with

  • Lambda calculus building and evaluation engine
  • Main file for creating executables
  • Testing setup with doctest and QuickCheck
  • Submission skeleton code with deliverable functions defined
    • Including some tests
  • Brief troubleshooting steps in readme

0.1.0.1 - 2022-09-30

Release with

  • Updated test suite for parse result