ragel-cheat-sheet
FSM builder doc
A documentation of Ragel's syntax and features used to build finite state machines from regular language notation
ragel cheat sheet
131 stars
8 watching
16 forks
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kbrw/exfsm | A simple Elixir library to define and compose finite state machines as functions | 11 |
microsoft/blingfire | A C++ library for efficient finite state machine and regular expression manipulation. | 1,834 |
calio/systemtap-cheat-sheet | A guide to SystemTap scripting for analyzing system behavior and performance | 73 |
atabel/makina | A simple finite state machine with guard conditions and callbacks for managing complex logic flows. | 1 |
frontdevops/typescript-cheat-sheet | A cheat sheet for the TypeScript programming language, covering its key concepts and types | 124 |
digint/tinyfsm | A simple C++ finite state machine library for building and managing complex state transitions. | 949 |
cassiozen/state-machine | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |
a8m/golang-cheat-sheet | A comprehensive guide to Go syntax and features for developers | 8,425 |
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
ryanfaerman/fsm | A lightweight Go library for implementing finite state machines with parallel transition checks. | 159 |
tbpixel/functional-finite-state-machine | A dead simple finite-state-machine implementation in JavaScript | 14 |
doraxcyle/cuestate | A C++ template metaprogramming framework for building finite state machines by automatically generating the code from a state table. | 6 |
vstirbu/fsm-as-promised | A minimalistic finite state machine library implemented using ES6 promises | 463 |
intersel/ifsm | A JavaScript library to design and manage web user interface behaviors using finite state machines | 15 |
doridori/engine | An observable Finite State Machine implementation for Java with optional data object access and runtime type checking. | 33 |