finite-state-automata
Afinite-state machine (FSM),finite-state automaton (FSA), or simplystate machine is a mathematicalmodel of computation and anabstract machine that can be in exactly one of a finite number of states at any given time.
The FSM can change from one state to another in response to some inputs; the change from one state to another is called atransition.
An FSM is defined by a list of its states, its initial state, and the inputs that trigger each transition.
In computer science, FSM are widely used in modeling of application behavior (control theory), design ofhardware digital systems,software engineering,compilers,network protocols, andcomputational linguistics.
Here are 83 public repositories matching this topic...
Language:All
Sort:Most stars
DFA regular expression library & friends
- Updated
Nov 5, 2025 - C
Solutions to Susanna Epp's Discrete Mathematics book, 5th Edition
- Updated
Aug 29, 2025 - TeX
Various utilities regarding Levenshtein transducers. (Java)
- Updated
Dec 20, 2021 - Java
A python library to manipulate formal languages and various automata
- Updated
Sep 4, 2025 - Python
Deterministic Finite Automata in C++, Token Parser & Lexer
- Updated
Jan 28, 2013 - C++
State machine creation framework written in Swift inspired by GKStateMachine from Apple GameplayKit
- Updated
Jan 28, 2018 - Swift
Finite-state script normalization and processing utilities
- Updated
Nov 3, 2025 - Python
Resources for morphological analysis of Portuguese
- Updated
Apr 1, 2025 - Lex
Python FSA constructor, determinizer, and minimizer.
- Updated
Mar 26, 2008 - Python
Finite Automata and Regular Expressions for Regular Languages in Haskell
- Updated
Jun 2, 2021 - Haskell
Create and simulate finite state machines in your browser. Includes interactive exercises.
- Updated
Nov 4, 2017 - JavaScript
Binstate is a simple but yet powerful state machine for .NET. Thread safe. Supports async methods. Supports hierarchically nested states.
- Updated
Jul 17, 2025 - C#
Crea un automa riconoscitore che riconosce 1 o più sequenze
- Updated
Nov 14, 2024 - Python
ZOPSEDU Integrated University Management system framework with ZOPS Development Platform
- Updated
May 1, 2023 - JavaScript
Finite state machine library based on C++20 coroutine symmetric transfer
- Updated
Aug 16, 2023 - C++
A classic finite state automaton framework for JVM Applications (Android and jMonkeyEngine Applications).
- Updated
Aug 28, 2023 - Java
Tool for automatic inference of minimal finite-state models of function blocks from execution scenarios and temporal properties
- Updated
Jan 14, 2022 - Kotlin
C++ implementation of the DFA, NFA and e-NFA
- Updated
Dec 22, 2013
A basic Implementation of a Deterministic Finite State Automaton (DFA), Non-Deterministic Finite State Automaton (NFA) and Fallback DFA with Actions (FDFA) along with the Left Recursion Elimination algorithm for a Context-Free-Grammar (CFG)
- Updated
Aug 3, 2020 - Python
- Followers
- 27 followers
- Website
- github.com/topics/finite-state-machine
- Wikipedia
- Wikipedia