X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8c44d3ec4904a326724764401b532b0593af05c6..847bf1f53803bb6b605d19bcde720de43ae57d48:/NEWS diff --git a/NEWS b/NEWS index ebedf9c0..2a9937d1 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,19 @@ Changes in version 1.28a: * NLS support updated; should hopefully be less troublesome. * Added the old Bison reference card. + +* Added `--locations' and `%locations'. + +* Added `-S' and `--skeleton'. + +* `%raw', `-r', `--raw' is disabled. + +* Special characters are escaped when output. This solves the problems + of the #line lines with path names including backslashes. + +* New directives. + `%yacc', `%fixed_output_files', `%defines', `%no_parser', `%verbose', and + `%debug'. Changes in version 1.28: