help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bison-1.35 for Windows


From: GnuWin32
Subject: Bison-1.35 for Windows
Date: Sun, 31 Mar 2002 10:57:52 +0200

An MS-Windows (Win32) port of the new release (1.35) of Bison is available from 
http://gnuwin32.sourceforge.net 
Bison is a parser generator that is compatible with Yacc. 

This port of Bison may be installed in any directory, provided the subdirectory
structure is maintained. Native language support is also active.

Changes in version 1.35, 2002-03-25:

* C Skeleton
  Some projects use Bison's C parser with C++ compilers, and define
  YYSTYPE as a class.  The recent adjustment of C parsers for data
  alignment and 64 bit architectures made this impossible.

  Because for the time being no real solution for C++ parser
  generation exists, kludges were implemented in the parser to
  maintain this use.  In the future, when Bison has C++ parsers, this
  kludge will be disabled.

  This kludge also addresses some C++ problems when the stack was
  extended.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]