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

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-10-05)

### Bug Fixes

* parsing now supports -> for lambdas ([f5b1b40](f5b1b40))

### Features

* a lot more work put into layout generation ([9651a97](9651a97))
* basic ast stuff ([19f3043](19f3043))
* de brujin indices ([0a540f2](0a540f2))
* even more stuff for layout generation ([9353ec0](9353ec0))
* generating the ending points for lambda arguments ([8c45b19](8c45b19))
* layout generating actually works now!!! ([53b489f](53b489f))
* parser ([40c5f62](40c5f62))
* removed the lambda grouping thing ([9cdc78c](9cdc78c))
* started working on layouts ([3bb8cf7](3bb8cf7))
* var tracking while generating layouts and the LayoutM monad ([90b36d0](90b36d0))
  • Loading branch information
semantic-release-bot committed Oct 5, 2020
1 parent 39cee95 commit 2ff8e75
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 1.0.0 (2020-10-05)


### Bug Fixes

* parsing now supports -> for lambdas ([f5b1b40](https://github.com/lunarcast/lunarflow/commit/f5b1b402ad7aa31bead76b7cf492845f457f6a07))


### Features

* a lot more work put into layout generation ([9651a97](https://github.com/lunarcast/lunarflow/commit/9651a97aeac03dcf29d6850f9adf5bb239fd0442))
* basic ast stuff ([19f3043](https://github.com/lunarcast/lunarflow/commit/19f30431831c61b2017978cdc51f1f9d9e7fb11b))
* de brujin indices ([0a540f2](https://github.com/lunarcast/lunarflow/commit/0a540f2223b356c1e9e100db422f5363815b7467))
* even more stuff for layout generation ([9353ec0](https://github.com/lunarcast/lunarflow/commit/9353ec0d779883114068ebd16032b83de88ad921))
* generating the ending points for lambda arguments ([8c45b19](https://github.com/lunarcast/lunarflow/commit/8c45b199ec57c39a2be7ac5fdde8375922f28b39))
* layout generating actually works now!!! ([53b489f](https://github.com/lunarcast/lunarflow/commit/53b489f258fbf6112e62bd0127d1d41667e5fe75))
* parser ([40c5f62](https://github.com/lunarcast/lunarflow/commit/40c5f626a48dbe01c063e0d1bf63935dd76f1cd5))
* removed the lambda grouping thing ([9cdc78c](https://github.com/lunarcast/lunarflow/commit/9cdc78c813227438b2ac43ffec518b947d400250))
* started working on layouts ([3bb8cf7](https://github.com/lunarcast/lunarflow/commit/3bb8cf7d91a78cbf039b7b572fe1a020346513f6))
* var tracking while generating layouts and the LayoutM monad ([90b36d0](https://github.com/lunarcast/lunarflow/commit/90b36d01b1ee71b2dc33831b0184e9dc7becc1ec))

0 comments on commit 2ff8e75

Please sign in to comment.