automaton
There are 282 repositories under automaton topic.
rust-lang/regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
WojciechMula/pyahocorasick
Python module (C extension and plain python) implementing Aho-Corasick algorithm
inamiy/RxAutomaton
🤖 RxSwift + State Machine, inspired by Redux and Elm.
caleb531/automata
A Python library for simulating finite automata, pushdown automata, and Turing machines
tinkerspy/Automaton
Reactive State Machine Framework for Arduino
inamiy/Harvest
🌾 Harvest: Apple's Combine.framework + State Machine, inspired by Elm.
BurntSushi/regex-automata
A low level regular expression library that uses deterministic finite automata.
inamiy/ReactiveAutomaton
🤖 ReactiveCocoa + State Machine, inspired by Redux and Elm.
brucou/kingly
Zero-cost state-machine library for robust, testable and portable user interfaces (most machines compile ~1-2KB)
SonicCloudOrg/sonic-driver-core
🎉The Sonic UIAutomation Driver Core. Sonic UI自动化Driver核心。
inamiy/SwiftElm
Reactive + Automaton + VTree in Swift, inspired by Elm.
inamiy/Zelkova
Elm/React.js-like architecture in Swift, powered by ReactiveSwift and LayoutKit.
whitemech/pythomata
A Python package for automata theory.
lewiuberg/visual-automata
Visual Automata is a Python 3 library built as a wrapper for the Automata library to add more visualization features.
gbossert/pylstar
An implementation of the LSTAR Grammatical Inference Algorithm
leopepe/GOApy
Goal-Oriented Action Planning implementation in Python
Devorein/fauton
An ecosystem of packages to work with automaton and parsers (dfa/nfa/e-nfa/regex/cfg/pda)
jbpt/codebase
The jBPT code library is a compendium of technologies that support research on design, execution, and evaluation of business processes. The library offers a broad range of basis analysis and utility functionality and, due to its open publishing model, can easily be extended.
ondrik/libvata
VATA Tree Automata Library
y-taka-23/ddsv-go
A toy deadlock detector written in Go. 🔍
grockious/deepsynth
DeepSynth: Automata Synthesis for Automatic Task Segmentation in Deep Reinforcement Learning
nazavode/automaton
A minimal Python finite-state machine.
contificate/lr
An interactive tool for experimenting with LR(1) grammars
apollo008/orchid-fst
This project Orchid-Fst implements a fast text string dictionary search data structure: Finite state transducer (short for FST) in c++ language.This FST C++ open source project has much significant advantages.
l-Legacy-l/S7-PLC-Monitor
An Android application to monitor and remotely control two industrial processes (S7 PLC)
rameshagowda/Robotic-Process-Automation-RPA-
Automation of desktop, web, mainframe and citrix based processes using RPA tools such as BluePrism, PegaRobotics, Automaton Anywhere and UiPath.
marfvr/pdfa-learning
Implementation of PDFAs and PDFA learning algorithm.
almondtools/rexlex
Regular Expressions and Lexing with DFAs
julianthome/autorex
A dk.brics FSM to regular-expression-string converter
Bros-WhoCode/ultimate-cellular-automaton
Simulating Cellular Automaton
DennisSc/GameOfLife
Implementation of the famous "Game of Life" algorithm (cellular automata discovered by John Horton Conway) as WinForms-app in C#
amir-azari/DFA-Minimizer-JavaFX
A JavaFX-based tool for visualizing, editing, and minimizing DFAs (Deterministic Finite Automata), enabling users to efficiently create, optimize, and work with state machines in a user-friendly interface.
bmoyer/python-dpda
Python Deterministic Push Down Automaton
dongyx/libaca
C Library of Aho-Corasick Algorithm based on Coordinate Hash Trie
khan-tahir/Vision-Assisted-Robotic-Arm
This project is a fusion of robotics and computer vision, utilizing Arduino Uno R3 and OpenCV to automate object sorting by color. It showcases innovative technology while emphasizing our commitment to sustainability and responsible innovation.
ZigRazor/CXXAutomata
A C++ library for simulating automata and Turing machines