Ragel alternatives

Ragel is a tool for creating finite-state machines and parser generators for C, C++, and assembly. It allows users to define and execute code during the processing of byte sequences. It supports various features such as state machine construction, action embedding, and visualization with Graphviz.

Alternatives