-
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.
[ fix #340 ] fix Makefile and Test.hs for --glr parsers
- Loading branch information
1 parent
2f15571
commit 32a3d82
Showing
2 changed files
with
23 additions
and
16 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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
Andreas Abel <[email protected]> | ||
|
||
* Haskell: the `--functor` option now produces position-annotated ASTs [#176,#327]. Thanks @Commelina! | ||
* 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 printer more robust wrt. identifier clashes [#337] | ||
|
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