macOS
brew install byacclocal Homebrew formula metadata
sudo port install byaccMacPorts ports tree · devel/byacc/Portfile · ソース: api.github.com
brew
byacc のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install byacclocal Homebrew formula metadata
sudo port install byaccMacPorts ports tree · devel/byacc/Portfile · ソース: api.github.com
sudo apk add byaccAlpine Linux edge package indexes · byacc · ソース: dl-cdn.alpinelinux.org
sudo apt install byaccDebian stable package indexes · byacc · ソース: deb.debian.org
sudo dnf install byaccFedora Rawhide package metadata · byacc · ソース: dl.fedoraproject.org
nix profile install nixpkgs#byaccnixpkgs package indexes · pkgs/by-name/by/byacc/package.nix · ソース: api.github.com
sudo pacman -S byaccArch Linux sync databases · byacc · ソース: geo.mirror.pkgbuild.com
sudo zypper install byaccopenSUSE Tumbleweed package metadata · byacc · ソース: download.opensuse.org
scoop install main/byaccScoop official bucket manifest trees · bucket/byacc.json · ソース: api.github.com
概要
(Arguably) the best yacc variant
履歴
Berkeley Yacc, usually packaged as byacc, is a public-domain yacc-compatible LALR(1) parser generator. It is valued as a small, portable yacc implementation that avoids the heavier dependencies and dialect assumptions of some alternatives.
Thomas E. Dickey's official BYACC page says Robert Corbett wrote byacc around 1990 and notes Corbett was also the original author of bison. The page cites its compatibility with original yacc and records that Dickey later converted the original K&R C source to ANSI C and continued maintaining it.
The original README, preserved in the maintained source tree, states that Berkeley Yacc accepts input conforming to AT&T yacc documentation, is distributed in the public domain, and allows generated parsers to be distributed freely.
BYACC became popular because it was fast, BSD/public-domain-friendly, and yacc-compatible. The official page quotes John Levine's later account that Corbett's implementation was faster than AT&T yacc and quickly became the most popular yacc variant.
The official related-links section points to Debian packages, FreeBSD and NetBSD sources or package collections, and notes that FreeBSD imported this maintained version into its vendor tree in 2012. The supplied package facts show broad packaging across Homebrew, Alpine, Debian, Fedora, MacPorts, Nix, Pacman, Scoop, Ubuntu, and zypper.
byacc is used as a yacc replacement in build systems and compiler-toolchain work: it reads a grammar and emits C parser source. It is often chosen when projects want yacc compatibility, small generated output, permissive/public-domain licensing, and portability to non-GCC or older C environments.
byacc is package-nerd significant because it is one of the classic parser generators that still matters in modern ports trees. It is tiny but strategically important: swapping yacc implementations can change generated C, expose build assumptions, or avoid a dependency on GNU bison.
Its public-domain status and generated-parser licensing are part of why it persists in base systems, embedded build environments, and conservative packaging stacks.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
byacc | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://invisible-island.net/byacc/
インストールメタデータ
| パッケージキー | brew:byacc |
|---|---|
| バージョン | 20260126 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/byacc |
| ホームページ | https://invisible-island.net/byacc/ |
| 上流ドキュメント | https://invisible-island.net/byacc |
| ライセンス | LicenseRef-Homebrew-public-domain |
| ソースアーカイブ | https://invisible-mirror.net/archives/byacc/byacc-20260126.tgz |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | byacc |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
byacc 1:2.0.20241231-1
public domain Berkeley LALR Yacc parser generator
https://invisible-island.net/byacc/
sudo apt install byaccbyacc
nix profile install nixpkgs#byaccbyacc 1:2.0.20221106-1
public domain Berkeley LALR Yacc parser generator
https://invisible-island.net/byacc/
sudo apt install byaccbyacc 20260126-r0
The Berkeley Yacc general-purpose parser generator
https://invisible-island.net/byacc/byacc.html
sudo apk add byaccbyacc-doc 20260126-r0
The Berkeley Yacc general-purpose parser generator (documentation)
https://invisible-island.net/byacc/byacc.html
sudo apk add byacc-docbyacc 2.0.20241231-3.fc44
Berkeley Yacc, a parser generator
http://invisible-island.net/byacc/byacc.html
sudo dnf install byaccbyacc 20260126-1
Berkeley reimplementation of the Unix parser generator Yacc
https://invisible-island.net/byacc/
sudo pacman -S byaccbyacc 20260126-1.1
LALR(1) parser generator
https://invisible-island.net/byacc/byacc.html
sudo zypper install byaccbyacc
sudo port install byaccmain/byacc
scoop install main/byaccソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.