macOS
brew install jflexlocal Homebrew formula metadata
sudo port install jflexMacPorts ports tree · devel/jflex/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de jflex pour les workflows d'agents IA.
installation
brew install jflexlocal Homebrew formula metadata
sudo port install jflexMacPorts ports tree · devel/jflex/Portfile · Source: api.github.com
sudo apt install jflexDebian stable package indexes · jflex · Source: deb.debian.org
sudo dnf install jflexFedora Rawhide package metadata · jflex · Source: dl.fedoraproject.org
nix profile install nixpkgs#jflexnixpkgs package indexes · pkgs/by-name/jf/jflex/package.nix · Source: api.github.com
sudo zypper install cup-maven-pluginopenSUSE Tumbleweed package metadata · cup-maven-plugin · Source: download.opensuse.org
aperçu
Lexical analyzer generator for Java, written in Java
historique
JFlex is a lexical analyzer generator for Java, written in Java. The official manual describes it as a rewrite of JLex, with no shared code with Vern Paxson's C/C++ flex, and the README describes generated lexers as deterministic finite automata that form the first front-end step in many compilers.
JFlex 1.0 was publicly released in May 1998. The project history says it was built with Sun's JDK 1.1, JFlex itself through bootstrapping, and the CUP parser generator.
The project accumulated the usual compiler-tooling milestones over time: SourceForge-era releases, Ant integration, CUP and BYacc/J interoperability, Unicode work, Maven build changes, and a license change from GPL to BSD in the 1.5.0 release. JFlex 1.6.1 moved development, wiki, and issue tracking to GitHub in 2015.
The 1.9.x line continued the post-GitHub release history, with the manual identifying version 1.9.1 as a 2023 manual and release pages tying JFlex and the JFlex Maven plugin to Maven Central-oriented workflows.
JFlex's adoption comes from the durable place of lex-style scanner generators in compiler courses, programming language tools, and Java build systems. The manual includes sections for porting from JLex and lex/flex and for working with CUP, CUP2, BYacc/J, and Jay, which documents its role in the Java parser-generator ecosystem.
Package metadata in the input shows JFlex packaged by Homebrew, Debian, Fedora, MacPorts, Nix, Ubuntu, and related distributions. That breadth reflects a tool old enough to be infrastructure: users may encounter it as a command-line utility, a Maven plugin, or a build dependency hidden inside language tooling.
A JFlex user writes a `.flex` lexical specification containing regular expressions and actions. JFlex generates Java source for a scanner that reads input, matches the regular expressions, and emits actions or tokens; projects commonly wire the generated scanner into CUP-family parsers or build tools such as Maven, Ant, and Bazel.
JFlex is package-nerd significant because it preserves a classic Unix compiler-tool idea in the Java ecosystem. It is simultaneously a small CLI, a Maven-era build component, and a compatibility bridge for JLex and lex/flex users who need generated Java scanners with Unicode and deterministic-automata performance.
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 |
|---|---|---|---|
jflex | cli | exécutable global |
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.
https://github.com/jflex-de/jflex
métadonnées d'installation
| Clé du paquet | brew:jflex |
|---|---|
| Version | 1.9.1 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/jflex |
| Page d'accueil | https://jflex.de/ |
| Dépôt | https://github.com/jflex-de/jflex |
| Docs amont | https://jflex.de/manual.html |
| Licence | BSD-3-Clause |
| Archive source | https://github.com/jflex-de/jflex/releases/download/v1.9.1/jflex-1.9.1.tar.gz |
| Dépendances | openjdk |
| Bouteille | disponible (sur all) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | jflex |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
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.
jflex 1.7.0-3
lexical analyzer generator for Java
sudo apt install jflexjflex
nix profile install nixpkgs#jflexjflex 1.7.0-3
lexical analyzer generator for Java
sudo apt install jflexjflex 1.7.0-50.fc44
Fast Scanner Generator
sudo dnf install jflexcup-maven-plugin 1.9.1-1.4
CUP Maven plugin
sudo zypper install cup-maven-pluginjflex 1.9.1-1.4
Lexical Analyzer Generator for Java
sudo zypper install jflexjflex-javadoc 1.9.1-1.4
API documentation for jflex
sudo zypper install jflex-javadocjflex-maven-plugin 1.9.1-1.4
JFlex Maven Plugin
sudo zypper install jflex-maven-pluginjflex
sudo port install jflexpiste 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.