-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
402a9ae
commit 6c322d9
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
# 2.9.1 (unreleased) | ||
# 2.9.1 | ||
|
||
Andreas Abel <[email protected]> | ||
Andreas Abel <[email protected]> March 2021 | ||
|
||
## Main new feature | ||
|
||
* Haskell: the `--functor` option now produces position-annotated ASTs [#176,#327]. Thanks @Commelina! | ||
|
||
## Bug fixes and small improvements | ||
|
||
* Haskell: fix generated `Makefile` and test parser for `--glr` mode [#340] | ||
* Haskell(/GADT): generated modules import `Prelude` explicitly, compatible with `{-# LANGUAGE NoImplicitPrelude #-}` | ||
* Haskell: generated code is warning free (and mostly that for `--xml[t]`) [#331] | ||
* Haskell: generated code is warning free [#331] | ||
* Haskell: generated printer more robust wrt. identifier clashes [#337] | ||
* Haskell/C: handle token constructors in `define` expressions [#338] | ||
* Java/ANTLR: removed more superfluous quotation in lexer character sets [#329] | ||
|