macOS
brew install javacclocal Homebrew formula metadata
sudo port install javaccMacPorts ports tree · java/javacc/Portfile · ソース: api.github.com
brew / 順位 4084
javacc のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install javacclocal Homebrew formula metadata
sudo port install javaccMacPorts ports tree · java/javacc/Portfile · ソース: api.github.com
sudo apt install javaccDebian stable package indexes · javacc · ソース: deb.debian.org
sudo dnf install javaccFedora Rawhide package metadata · javacc · ソース: dl.fedoraproject.org
nix profile install nixpkgs#javaccnixpkgs package indexes · pkgs/by-name/ja/javacc/package.nix · ソース: api.github.com
sudo zypper install javaccopenSUSE Tumbleweed package metadata · javacc · ソース: download.opensuse.org
概要
Parser generator for use with Java applications
履歴
JavaCC, the Java Compiler Compiler, is a parser generator and lexical-analyzer generator for Java applications. It reads grammar specifications and emits recursive-descent parsers, with companion tools such as JJTree for syntax trees and JJDoc for grammar documentation.
The JavaCC repository says the project was originally developed at Sun Microsystems by Sreeni Viswanadha and Sriram Sankar. The long-running version 7 repository represents the classic Java-focused line, while the version 8 work separates the parser core from language generators and adds C++ and C# generator targets.
The project documentation positions JavaCC as a top-down parser generator rather than a yacc-style bottom-up generator. Its generated parsers are pure Java and do not require JavaCC at runtime, a design choice that helped it fit naturally into Java build and distribution workflows.
The JavaCC README describes an estimated user base above 1,000 users and more than 100,000 downloads, and lists production users such as Apache ActiveMQ, Avro, Calcite, Camel, Jena, Lucene, Tomcat, ZooKeeper, and JavaParser. The package metadata in the input shows distribution through Homebrew, Debian/Ubuntu, Fedora, MacPorts, Nix, and openSUSE.
Developers write .jj or .jjt grammar files, run javacc or jjtree, and compile the generated Java sources into their application. The tool supports EBNF constructs, LL(k) lookahead, lexical states, Unicode-aware lexical specs, debug options, and a documentation generator for grammars.
JavaCC is a classic compiler-construction package: small on the command line, large in influence. It appears in source trees as generated parser code, in build systems as a grammar-generation step, and in package managers as a standalone toolchain dependency for projects that prefer Java-native parser generation over ANTLR or yacc-family tools.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
javacc | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
jjdoc | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
jjtree | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:javacc |
|---|---|
| バージョン | 7.0.13 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://javacc.github.io/javacc/ |
| リポジトリ | https://github.com/javacc/javacc |
| 最終更新 | 2026-06-22T14:03:48-07:00 |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
javacc 7.0.13-1
Parser generator for use with Java
sudo apt install javaccjavacc-doc 7.0.13-1
Documentation for the JavaCC Parser Generator
sudo apt install javacc-docjavacc
nix profile install nixpkgs#javaccjavacc 7.0.12-1
Parser generator for use with Java
sudo apt install javaccjavacc-doc 7.0.12-1
Documentation for the JavaCC Parser Generator
sudo apt install javacc-docjavacc 7.0.13-11.fc45
A parser/scanner generator for java
sudo dnf install javaccjavacc-demo 7.0.13-11.fc45
Examples for javacc
sudo dnf install javacc-demojavacc-manual 7.0.13-11.fc45
Manual for javacc
sudo dnf install javacc-manualjavacc 7.0.13-2.9
A Parser and Scanner Generator for Java
sudo zypper install javaccjavacc-demo 7.0.13-2.9
Examples for javacc
sudo zypper install javacc-demojavacc-javadoc 7.0.13-2.9
Javadoc for javacc
sudo zypper install javacc-javadocjavacc-manual 7.0.13-2.9
Manual for javacc
sudo zypper install javacc-manualjavacc
sudo port install javaccソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.