|
1 | 1 | 2.8.2 Andreas Abel < [email protected]> November 2018
|
2 | 2 | * GHC 8.4 compatibility [#227,#236]
|
3 |
| - * bnfc puts current timestamp on all created files, even unchanged ones [#219] |
4 |
| - * Java: Add support for passing line numbers to parser [#217,#224,#226] |
5 |
| - * C: Emit correct function prototypes [#185] |
6 |
| - * Java: Add an experimental ANTLR4 backend [#155] |
7 |
| - * C, C++, OCaml, Java: Accept ' or " as comment delimiters [#146] |
8 |
| - * Improve error messages [#144] |
9 |
| - * Haskell: Generated code mostly hlint-warning free |
10 |
| - * Haskell: Small fixes [#166,#170,#222] |
| 3 | + * bnfc now puts current timestamp on all created files, even unchanged ones [#219] |
11 | 4 | * bnfc is now more accepting about border-line terminals [#149]
|
12 |
| - * Cleaner error message on undefined categories [#151] |
| 5 | + * Improved error messages [#144] in particular on undefined categories [#151] |
| 6 | + * C: Emit correct function prototypes [#185] |
13 | 7 | * C++: Fix buffer overrun in pretty printer [#242]
|
14 | 8 | * C++: Fix regression introduced in 2.8 in Skeleton.H [#164]
|
15 | 9 | * C++: Replace `%name-prefix` with `%define api.prefix` in bison files [#181]
|
16 | 10 | * C++: Fix a bug that appeared if you had a category named "List"
|
17 | 11 | * C, C++: Add usage output to the test program [#141]
|
18 | 12 | * C, C++: Fix a bug in the parser file when using -p [#172]
|
| 13 | + * C, C++, OCaml, Java: Accept ' or " as comment delimiters [#146] |
| 14 | + * Haskell: Generated code mostly hlint-warning free |
| 15 | + * Haskell: Small fixes [#166,#170,#222] |
| 16 | + * Java: Add an experimental ANTLR4 backend [#155] |
| 17 | + * Java: Add support for passing line numbers to parser [#217,#224,#226] |
19 | 18 | * OCaml: Reserved symbols now have a higher precedence than predefined
|
20 | 19 | tokens as in Haskell
|
21 | 20 | * Some updates of the documentation [#211,#223]
|
|
0 commit comments