是什么 ? | : | a yacc-compatible parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables. |
开发语言 | : | C |
开发组织 | : | GNU |
官方主页 | : | http://www.gnu.org/software/bison |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
Windows | scopp | scopp install winflexbison |
Windows | Chocolatey | choco install -y winflexbison |
macOS | HomeBrew | brew install bison |
GNU/Linux | HomeBrew | brew install bison |
apt | sudo apt-get install -y bison | |
CentOS | yum | sudo yum install -y bison |
dnf | sudo dnf install -y bison | |
openSUSE | zypper | sudo zypper install -y bison |
Alpine Linux | apk | sudo apk add bison |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge bison |