Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 508 Bytes

CHANGELOG.md

File metadata and controls

23 lines (15 loc) · 508 Bytes

Revision history for quartz

0.2.2.0 -- 2020-03-07

  • Formatter Update
    • Preserves newlines between expressions in statement blocks

0.2.1.0 -- 2020-03-04

  • Parser Rewrites
    • Rewrite Parser by hand

0.2.0.0 -- 2020-02-28

  • Breaking change: Towards LL(1) syntax
    • Type application becomes [] instead of <>
    • Lambda abstration becomes [tyvars](arg) => expr

0.1.0.0 -- 2020-02-23

  • First release
    • Most syntax/semantics are hopefully fixed
    • Incomplete support of everything