-
Notifications
You must be signed in to change notification settings - Fork 167
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
78fb571
commit 3a59802
Showing
1 changed file
with
2 additions
and
2 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,12 @@ | ||
# 2.9.2 | ||
|
||
Andreas Abel <[email protected]> (unreleased) | ||
Andreas Abel <[email protected]> June 2021 | ||
|
||
## Major improvements | ||
|
||
* Haskell: layout keywords can now be stacked on the same line [#354], | ||
see https://bnfc.readthedocs.io/en/latest/lbnf.html#stacking-layout-keywords | ||
* C: new methods `free_*` and `clone_*` to deallocate and clone syntax trees [#348] | ||
* C/C++ backends now create reentrant parsers [#349] | ||
|
||
## Bug fixes and small improvements | ||
|
@@ -15,7 +16,6 @@ Andreas Abel <[email protected]> (unreleased) | |
* Haskell: print `[Char]` correctly, removed method `prtList` [#359] | ||
* Haskell: added missing import [#368], regression introduced in 2.9.1 by [#331] | ||
* C: fixed a space leak when parsing from a string in memory [#347] | ||
* C: new methods `free_*` and `clone_*` to deallocate and clone syntax trees [#348] | ||
* C: removed errorneous `define`d constructors from `Skeleton.c` | ||
* C++: `define`d constructors now reside in `Absyn` [#287] | ||
* Java: `define`d constructor now reside in `AbsynDef.java` [#287] | ||
|