home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / bison / bison_1 / NEWS < prev    next >
Text File  |  1994-11-10  |  713b  |  32 lines

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