automata topic
awesome-fsm
🤖 A curated list of awesome resources related to finite state machines and statecharts.
DFA
Deterministic Finite Automata in C++, Token Parser & Lexer
computation-py
Python implementation for Understanding Computation book.
automata-python
[WIP] :books: A python automata library implementing Finite Automata, FA with Output, PDA and TM :rocket: :smile:
noam
JavaScript library for working with automata and grammars for regular and context-free languages
Automata.js
A regular expression converter
rustfst
Rust re-implementation of OpenFST - library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). A Python binding is also available.
cycle-state-machine-demo
Non-trivial, real use case demo of a hierarchical state machine library with cyclejs
kingly
Zero-cost state-machine library for robust, testable and portable user interfaces (most machines compile ~1-2KB)
python-statemachine
Python Finite State Machines made easy.