automata topic

List automata repositories

awesome-fsm

326
Stars
16
Forks
Watchers

🤖 A curated list of awesome resources related to finite state machines and statecharts.

DFA

46
Stars
12
Forks
Watchers

Deterministic Finite Automata in C++, Token Parser & Lexer

computation-py

24
Stars
3
Forks
Watchers

Python implementation for Understanding Computation book.

automata-python

21
Stars
3
Forks
Watchers

[WIP] :books: A python automata library implementing Finite Automata, FA with Output, PDA and TM :rocket: :smile:

noam

201
Stars
32
Forks
Watchers

JavaScript library for working with automata and grammars for regular and context-free languages

Automata.js

226
Stars
26
Forks
Watchers

A regular expression converter

rustfst

139
Stars
16
Forks
Watchers

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

27
Stars
2
Forks
Watchers

Non-trivial, real use case demo of a hierarchical state machine library with cyclejs

kingly

195
Stars
9
Forks
Watchers

Zero-cost state-machine library for robust, testable and portable user interfaces (most machines compile ~1-2KB)

python-statemachine

764
Stars
78
Forks
Watchers

Python Finite State Machines made easy.