windows 中的 Bison 3,有或没有 MinGW

Bison 3 in windows with or without MinGW

我正在 Ubuntu 机器上的一个项目中使用 Bison 3,我想在我家的 windows 电脑上安装相同的版本。我目前正在使用 MinGW,其中包括 bison 2.4.2。我尝试使用 this 指令和 minGW-get 更新它,这似乎更新了某些工具而不是野牛。

我还找到了其他 questions on how to install Bison but it is again for version 2.*. Same happens with gnuWin32

有没有办法通过 minGW 或不通过它来安装版本 3?

找到 Bison 3 here following update 2 in this sourceforge。