macOS
brew install re2clocal Homebrew formula metadata
sudo port install re2cMacPorts ports tree · devel/re2c/Portfile · Quelle: api.github.com
brew / Rang 1192
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für re2c in AI-Agent-Workflows.
Installation
brew install re2clocal Homebrew formula metadata
sudo port install re2cMacPorts ports tree · devel/re2c/Portfile · Quelle: api.github.com
sudo apk add re2cAlpine Linux edge package indexes · re2c · Quelle: dl-cdn.alpinelinux.org
sudo apt install re2cDebian stable package indexes · re2c · Quelle: deb.debian.org
sudo dnf install re2cFedora Rawhide package metadata · re2c · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#re2cnixpkgs package indexes · pkgs/by-name/re/re2c/package.nix · Quelle: api.github.com
sudo pacman -S re2cArch Linux sync databases · re2c · Quelle: geo.mirror.pkgbuild.com
sudo zypper install re2copenSUSE Tumbleweed package metadata · re2c · Quelle: download.opensuse.org
choco install re2cChocolatey community package catalog · re2c · Quelle: community.chocolatey.org
Überblick
Generate C-based recognizers from regular expressions
Verlauf
re2c is a public-domain lexer generator that converts regular-expression specifications into source-code recognizers.
Peter Bumbulis originally wrote re2c in 1993. A 1994 paper by Bumbulis and Donald Cowan described it as a more versatile scanner generator.
Later contributors developed it into a production-ready code generator and expanded it well beyond its original C-oriented form. The official documentation credits sustained maintenance by a broad volunteer community.
Marcus Boerger and Dan Nuffer spent several years turning the original idea into a production-ready generator. Multiple volunteers subsequently maintained and extended it.
The official site documents packages for numerous operating systems and language-specific front ends for C/C++, D, Go, Haskell, Java, JavaScript, OCaml, Python, Rust, Swift, V, and Zig.
Developers place re2c blocks within source files or reusable specifications and run the appropriate front end during a build. Text outside the blocks is copied through while rules are translated into target-language code.
Typical uses include tokenizers, protocol parsers, and other performance-sensitive recognizers where developers want control over the generated scanner interface.
re2c commonly appears as a build-time dependency in compilers, runtimes, parsers, and build tools. It appeals to systems programmers because it emits source code, imposes no fixed program template, and permits detailed control over buffering and bounds checks.
Generated programs may be distributed freely, which makes re2c convenient for projects that include generated scanners in release artifacts.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
re2c | cli | globales Executable | |
re2d | cli | globales Executable | |
re2go | cli | globales Executable | |
re2hs | cli | globales Executable | |
re2js | cli | globales Executable | |
re2ocaml | cli | globales Executable | |
re2py | cli | globales Executable | |
re2rust | cli | globales Executable | |
re2swift | cli | globales Executable | |
re2v | cli | globales Executable | |
re2zig | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/skvadrik/re2c
Installationsmetadaten
| Paketschlüssel | brew:re2c |
|---|---|
| Version | 4.6 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/re2c |
| Homepage | https://re2c.org/ |
| Repository | https://github.com/skvadrik/re2c |
| Upstream-Dokumentation | https://re2c.org/ |
| Lizenz | LicenseRef-Homebrew-public-domain |
| Quellarchiv | https://github.com/skvadrik/re2c/releases/download/4.6/re2c-4.6.tar.xz |
| Zuletzt aktualisiert | 2026-09-18T08:06:26+02:00 |
| Pulse | updated |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | re2c |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
re2c 4.1-1
lexer generator for C, C++, Go, Java, Python, Rust, and others
sudo apt install re2cre2c
nix profile install nixpkgs#re2cre2c 3.1-1build1
lexer generator for C, C++, Go and Rust
sudo apt install re2cre2c 4.5.1-r0
Lexer generator for C, C++ and Go
sudo apk add re2cre2c-doc 4.5.1-r0
Lexer generator for C, C++ and Go (documentation)
sudo apk add re2c-docre2c 3.1-7.fc45
Tool for generating C, C++, and go recognizers from regular expressions
sudo dnf install re2cre2c 4.5.1-1
A tool for generating C-based recognizers from regular expressions
sudo pacman -S re2cre2c 4.5.1-1.3
Tool for generating C-based recognizers from regular expressions
sudo zypper install re2cre2c
sudo port install re2cre2c
choco install re2cQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.