macOS
brew install javacclocal Homebrew formula metadata
sudo port install javaccMacPorts ports tree · java/javacc/Portfile · Source: api.github.com
brew / rang 4084
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de javacc pour les workflows d'agents IA.
installation
brew install javacclocal Homebrew formula metadata
sudo port install javaccMacPorts ports tree · java/javacc/Portfile · Source: api.github.com
sudo apt install javaccDebian stable package indexes · javacc · Source: deb.debian.org
sudo dnf install javaccFedora Rawhide package metadata · javacc · Source: dl.fedoraproject.org
nix profile install nixpkgs#javaccnixpkgs package indexes · pkgs/by-name/ja/javacc/package.nix · Source: api.github.com
sudo zypper install javaccopenSUSE Tumbleweed package metadata · javacc · Source: download.opensuse.org
aperçu
Parser generator for use with Java applications
historique
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
javacc | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
jjdoc | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
jjtree | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:javacc |
|---|---|
| Version | 7.0.13 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://javacc.github.io/javacc/ |
| Dépôt | https://github.com/javacc/javacc |
| Dernière mise à jour | 2026-06-22T14:03:48-07:00 |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 javaccpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.