]> git.saurik.com Git - bison.git/blame - NEWS
Added -n, -k, and -raw switches.
[bison.git] / NEWS
CommitLineData
6780ca7a
DM
1Bison News
2----------
3
4Changes in version 1.23:
5
4d019228
DM
6The user can define YYPARSE_PARAM as the name of an argument to be
7passed into yyparse. The argument should have type void *. It should
8actually point to an object. Grammar actions can access the variable
9by casting it to the proper pointer type.
6780ca7a
DM
10
11Error in printing reductions fixed.
12
13Line numbers in output file corrected.
14
15Configuration and compilation problems fixed.
16\f
17Changes in version 1.22:
18
19--help option added.
20
21Configuration and compilation problems fixed.
22\f
23Changes in version 1.21:
24
25Configuration and compilation problems fixed.
26\f
27Changes in version 1.20:
28
29Output file does not redefine const for C++.
30
31Configuration and compilation problems fixed.