automata-simulator
There are 101 repositories under automata-simulator topic.
ErnestThePoet/Automata-Playground
在线可视化地设计、运行自动机,支持DFA和TM Feel free to create & run your DFA and TM🍩Based on React+Next.js+Mobx+Vis Network
VictorNarov/SimAutomata
Simulador de Autómatas Finitos Deterministas (AFD) y Autómatas Finitos No Deterministas (AFND)
Af4rinz/cfg-to-pda
Context free grammar to pushdown automaton convertor, along with string parser - Theory of Languages and Machines project, spring 2020
msindev/PushDown-Automata-Implementation
Implementation of PushDown Automata to track acceptance or rejection of a string.
CristianAbrante/PushdownAutomaton
Implementation of a pushdown automaton (PDA) in Java for learning purposes
DennisSc/GameOfLife
Implementation of the famous "Game of Life" algorithm (cellular automata discovered by John Horton Conway) as WinForms-app in C#
ZigRazor/CXXAutomata
A C++ library for simulating automata and Turing machines
de7ign/automata
Web Application to play with finite state machines and run algorithms on top of the finite state machines
drknzz/Deterministic-Finite-Automata
🔄 Deterministic Finite Automata simulator 🔄
Simul-IO/SimulIO
Simple Timed I/O Automata Simulator for Distributed Algorithms
vinibiavatti1/AutomatoLab
Simulador de Autômatos Celulares
borislavvp/ALE
ALE - Automata & Logic Engineering
CarlosSoPe6/Formal
An automata simulator, converts a regular expression to a Finite Deterministic Automata.
jeevanshajujohn/Simulation_of_Automata
Learning how to simulate a grammer in a Non Deterministic Finite Automata
LeandroMartinMacato/Automata_Project
Simulate a string if it is valid in the deterministic finite automaton (DFA)
martinhnatko/hnatkosim
Abacus Machine and Random Access Machine simulators built in Elm as part of bachelor's thesis project
89netraM/auto-automata
A library and web app for simulating finite automatas (DFA, NFA, and ε-NFA) and regular expressions.
anand2312/automaton-evaluator
CLI program that emulates automata
artisan1218/Turing-Machine
Java implementation of DFA(Deterministic Finite Automata) and Turing Machine
bl33h/automataGenerator
This Python tool transforms NFAs to DFAs, minimizes DFAs, and converts regular expressions to NFAs.
brunbrunbrun/Automato_Finito_Deterministico
Trabalho da materia de TLFAC 2022/2
GuiDev115/turing-machine
:memo: Uma maquina de Turing feita pela disciplina Linguagens Formais e Automatos na realização do Bacharelado de Ciencia da Computação
lotfiferaga/automata_project
un TP pour la simulation des automates à états finis déterministes
m-montgomery/HALTING
A senior honors thesis developing a Java graphical application for computational automata.
mihirs16/FLA-WebApp
Web application for building and testing Automata.
mshniyaz/Cellula
An online cellular automata playground with a variety of automata and customization options.
r4tylmz/Mealy-and-Moore
This program is simulating mealy and moore machines.
rushilrai/FLA-WebApp
Web Application for building and testing Automata.
silvafj/focsimulation
Fundamentals of Computing - Learn through simulation
Steven23X/Automata-Toolbox
Automata-Toolbox implements various types of automata, including DFA, NFA, CFG and PDA.
uonliaquat/AutomataEditor
The application is developed in Java, converts any given Regular Expression to Minimised DFA. It follows the path: RE-->NFA-->DFA-->Minimised DFA.
Vishnu44d/compiler_parser_GUI
GUI to interact with compiler elements
chocabloc/automata
Cellular Automata Simulator
luccacid/AutomataConversion
NFA to DFA conversor.
MusadiqPasha/Cellular-Automata-Visualizer
Cellular-Automata-Visualizer is a collection of four interactive cellular automaton simulations with real-time, color-coded grid visualizations, implemented in Python mode using Processing.