Ragel compiles executable finite state machines from regular languages.
Ragel targets C, C++ and ASM. Ragel state machines can not only recognize
byte sequences as regular expression machines do, but can also execute code
at arbitrary points in the recognition of a regular language. Code embedding
is done using inline operators that do not disrupt the regular language syntax.
Build Time
2025-03-19 16:13:26 GMT
Size
1.56 MB
d2c3cf3e806f736097cf21bc4305f2ed
License
LicenseRef-Callaway-MIT AND LicenseRef-Callaway-LGPLv2+