|
re2c
☆
« Back to VersTracker
|
||||||||||||||||||||||||||||||
|
Description: Generate C-based recognizers from regular expressions |
||||||||||||||||||||||||||||||
| Type: Formula | Latest Version: 4.3.1@0 | Tracked Since: Dec 1, 2025 | ||||||||||||||||||||||||||||||
| Links: Homepage | formulae.brew.sh | ||||||||||||||||||||||||||||||
| Category: Developer tools | ||||||||||||||||||||||||||||||
| Tags: regex lexer parser code-generation c++ compiler | ||||||||||||||||||||||||||||||
| Install: brew install re2c | ||||||||||||||||||||||||||||||
|
About: re2c is a powerful command-line tool that generates C/C++ source code from regular expressions defined within comments. It enables developers to write highly efficient lexical analyzers by embedding regex directly into their code, which are then compiled into optimized state machines. This approach significantly improves performance compared to traditional regex libraries while maintaining code readability. |
||||||||||||||||||||||||||||||
Key Features:
|
||||||||||||||||||||||||||||||
Use Cases:
|
||||||||||||||||||||||||||||||
Alternatives:
|
||||||||||||||||||||||||||||||
| Version History | ||||||||||||||||||||||||||||||
|