|
ragel
☆
« Back to VersTracker
|
|||||
|
Description: State machine compiler |
|||||
| Type: Formula | Tracked Since: Dec 28, 2025 | |||||
| Links: Homepage | formulae.brew.sh | |||||
| Category: Developer tools | |||||
| Tags: parser compiler state-machine development tool | |||||
| Install: brew install ragel | |||||
|
About: Ragel is a state machine compiler that generates deterministic finite automata (DFAs) from a high-level state chart notation. It excels at parsing binary data, network protocols, and text formats by embedding state machine logic directly into host languages like C, C++, Go, and Ruby. Its primary value is creating extremely fast and compact parsers for complex, byte-level patterns. |
|||||
Key Features:
|
|||||
Use Cases:
|
|||||
Alternatives:
|
|||||
| Version History | |||||
|