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