deterministic-finite-automata
There are 127 repositories under deterministic-finite-automata topic.
Gurpartap/statemachine-go
🚦 Declarative Finite-State Machines in Go
whitemech/pythomata
A Python package for automata theory.
vinyasns/dfa-to-regex
A Python implementation to convert a Deterministic Finite Automata to Regular Expression using state elimination method
amirkabiri/finite-automata
Graphical interface for designing finite automata
Dentrax/Finite-State-Machine
Finite State Machine Library for .NET Core (with EASY and ADVANCED implementation)
lowlighter/cellular-automaton
🧫 A complex cellular automaton which simulates an entire ecosystem : universe, flora and fauna.
ehwan/RustyLR
GLR, LR(1) LALR(1) parser generator for Rust with custom reduce action
subttle/regular
Finite Automata and Regular Expressions for Regular Languages in Haskell
kvrigor/dfa2cfg
Naive GUI app for generating the context-free grammar (CFG) from an input deterministic finite automaton (DFA).
arjkashyap/DFA-simulator
A tool for testing and simulating Deterministic Finite Machines with string inputs
lucaslise/reCreator
Uma ferramenta para criar e validar Expressões Regulares
MERZAK-X/LexicalAnalyser
Lexical Analyser is a Lexer / Tokenizer that determines whether a source code is accepted by a given Deterministic Finite State Automaton or not.
theumairtahir/CipherCompilerLexicalAnalyzer
Semester project, the lexical analyzer for a custom compiler. Deterministic Finite Automaton is Implemented in this project.
AndreMacielSousa/UAbALL
The "Automata Learning Lab da Universidade Aberta (UAbALL)" strives to be an integrated laboratory for simulation of Automata. A first phase focused on building the base and introducing the Simulation of Deterministic Finite Automata (DFA). This Laboratory intends to enjoy the capacity of extensibility and adaptability, being this document a technical and scientific basis for the future production of the remaining components, as well as adapted to new technological realities and distribution platforms.
drknzz/Deterministic-Finite-Automata
🔄 Deterministic Finite Automata simulator 🔄
jaxcksn/FSMD
A python CLI tool for creating diagrams of finite state machines.
KarmaKamikaze/GeneticDFA
The GeneticDFA project uses genetic programming to reverse engineer blackbox systems modeled in DFA form.
AmineAgrane/finite-state-automaton-library
The aim of this project is to design and implement a library allowing to generate and represent finite state machine also know as finite automaton. The library will also implement algorithms to perform operations that are specific to finite state automaton : Determination, Minimization, Complementary, Elimination of ***ε*** transitions, etc
AniKar/DFALang
An interpreter of a compact language for working with Deterministic Finite Automata.
dankolesnikov/DFAtoTuringMachine
Turing Machine that simulates behavior of any Deterministic Finite Automata
eraldoforgoli/NFAtoDFAConverter
Theory of Computation | Conversion from NFA to DFA
EstellaPaula/RegexEngine-ANTLR-parser
A parser for regex expressions, converting them to equivalent ER (regular expressions), then to corresponding Nondeterministic & Deterministic Finite-State Machine (NFA & DFA) built for checking validity of given strings.
felixklauke/winchester
Fast and effective automaton software that can simulate acceptance tests in a state machine style also providing support for validation, minimization and complement generation.
LeandroMartinMacato/Automata_Project
Simulate a string if it is valid in the deterministic finite automaton (DFA)
Salpadding/regexp
regular expression engine based on deterministic finite automata(DFA)
slemonide/genetic_programming_ant
Genetic programming algorithm for automating ant motion
alphinaud11/Compiler
An implementation of multiple concepts and techniques related to the theory of computation and compilers like DFA, NFA, Regular Expressions, Fallback DFA, CFG Left-Recursion Elimination, First and Follow, LL(1) Parsing, Lexical Analysis, and SDD
artisan1218/Turing-Machine
Java implementation of DFA(Deterministic Finite Automata) and Turing Machine
cgiff9/tmfuck
A simple free-form interpreted language for building Turing machines and other automata
FooKaiWen/Conjuction-Finder-DFA
Web application that utilizes Deterministic Finite Automata as a conjunction finder and find patterns
gridhead/re2fa-converter
A Qt 5 Python GUI application for converting regular expressions to a finite automaton
mehanix/DFA-NFA-Acceptor
🖧 Program that loads a DFA/NFA from a file, then checks if words are accepted by the automata.
SH-anonta/DFA-Diagramming-Tool
NFA, DFA simulator with Angular 5 and Easeljs
ShrohanMohapatra/PackMFCS
A set of python programs that can be used by early learners of the Mathematical Foundations of Computer Sciences (courtesy: Introduction to the Theory of Computation by Michael Sipser)
zezax/one
This is the "one": Linuxy infrastructureish mostly C++ code.