macOS
brew install jflexlocal Homebrew formula metadata
sudo port install jflexMacPorts ports tree · devel/jflex/Portfile · ソース: api.github.com
brew
jflex のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install jflexlocal Homebrew formula metadata
sudo port install jflexMacPorts ports tree · devel/jflex/Portfile · ソース: api.github.com
sudo apt install jflexDebian stable package indexes · jflex · ソース: deb.debian.org
sudo dnf install jflexFedora Rawhide package metadata · jflex · ソース: dl.fedoraproject.org
nix profile install nixpkgs#jflexnixpkgs package indexes · pkgs/by-name/jf/jflex/package.nix · ソース: api.github.com
sudo zypper install cup-maven-pluginopenSUSE Tumbleweed package metadata · cup-maven-plugin · ソース: download.opensuse.org
概要
Lexical analyzer generator for Java, written in Java
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
jflex | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/jflex-de/jflex
インストールメタデータ
| パッケージキー | brew:jflex |
|---|---|
| バージョン | 1.9.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/jflex |
| ホームページ | https://jflex.de/ |
| リポジトリ | https://github.com/jflex-de/jflex |
| 上流ドキュメント | https://jflex.de/manual.html |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://github.com/jflex-de/jflex/releases/download/v1.9.1/jflex-1.9.1.tar.gz |
| 依存関係 | openjdk |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 jflexソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.