Running from a bash shell, (provided by MSYS), on my Win2K-SP4 box:
$ bison --version
bison (GNU Bison) 2.3
Written by Robert Corbett and Richard Stallman.
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
HTH,
Keith.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is 2.1 last version of bson for windows?
Is not aivable 2.3?
Thanks in advance
The MinGW Project has had bison 2.3 available for several months:
http://downloads.sourceforge.net/mingw/bison-2.3-MSYS-1.0.11.tar.bz2
To use this version, you would need to install the MSYS runtime environment, from the same project:
https://sourceforge.net/project/showfiles.php?group_id=2435&package_id=24963
Running from a bash shell, (provided by MSYS), on my Win2K-SP4 box:
$ bison --version
bison (GNU Bison) 2.3
Written by Robert Corbett and Richard Stallman.
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
HTH,
Keith.