finite-automata
There are 107 repositories under finite-automata topic.
Devorein/fauton
An ecosystem of packages to work with automaton and parsers (dfa/nfa/e-nfa/regex/cfg/pda)
VeriFIT/mata
A fast and simple automata library
amirkabiri/finite-automata
Graphical interface for designing finite automata
VictorNarov/SimAutomata
Simulador de Autómatas Finitos Deterministas (AFD) y Autómatas Finitos No Deterministas (AFND)
brunocampos01/teoria-da-computacao
Aulas, exercícios e resumos das matérias: Introdução à Informática e Teoria da Computação.
faridfr/Optimizing_Finite_Automata
PHP script with web interface that can optimize & draw your finite automata
CSchank/finsm
An Elm app for building and simulating deterministic and non-deterministic finite automata (DFAs and NFAs).
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.
andylamp/stanford_fin_auto
Collection of my solutions to the finite automata course (2016 version) offered by Stanford.
Amirhossein-Rajabpour/Finite-Automata-simulator
Theory of machines and languages course project.
EyasWannous/python-compiler-GNU-flex-bison
python compiler written in C, cpp ( c++ ), lex and yacc with the assistance of GNU flex & bison
NFestoso/Compiler
Front-end Platypus compiler implemented in C. Includes Buffer, Scanner, and Parser. Platypus is a language comprised of parts from a variety of other languages.
CS-Astronaut/Regex-To-Automata
A Tool for Drawing the DFA/NFA of a Regex for a Regular Language
mjftw/automata
Fundamental computing machines implemented in Clojure.
reity/nfa
Pure-Python library for building and working with nondeterministic finite automata (NFAs).
cadt-g6/finite_automata
Web application to manage finite state machine!
danielbinder/LogiVis
A teaching aid for concepts and algorithms in logic
gustawlippa/QFA
Quantum Finite Automata simulators implementations in Python.
Kwasniok/haskell-finite-automata
finite automata
MuntashirAkon/FiniteAutomataLabExperiments
Lab experiments of Finite Automata Theory course (CSE 2206 at RUET)
norotaro/enumata
State machines for Laravel with Enums
PosteruOle/PPJ_2023
Repozitorijum sadrži materijale sa časova vežbi iz predmeta Prevođenje programskih jezika na Matematičkom fakultetu.
Pyxidatol-C/Regular-Language
Finite automata and regular languages
albertusivan/Finite-Automata
Finite automata program made from a combination of two sub-programs, namely the lexical analyzer program and the parser program, this program will test a series of words in English.
Arsenic-ATG/Finite-Automata
A simple C++ library to simulate Finite Automata.
Chalermsak-KU/RegLangProcessing
Python module for processing finite automata and regular expressions for use in the Theory of Compuation course
hanzopgp/TPLanguageTheory
Language theory and compilation introduction TPs.
hoomankaseban/The-Finite-Automaton-and-operations-on-it
This project includes classes and methods that are built to perform various operations on FAs.(Final project for Fundamentals of Computational Theory)
josevandermeulen/Simplifier
This project aims to simplify regular expressions using unique identifiers for equivalent expressions. It integrates various representations of regular languages and provides efficient algorithms for simplification and conversion. The system includes an additional layer for optimizing expression size using a Union-Find structure.
kas2020-commits/termautomaton
A cellular automata terminal screensaver. Think pipes.sh, but with automata
kkd26/finite-automata-compiler
Basic implementation of Finite Automaton (DFA, NFA) with for basic compiler written in OCaml.
Rosi-Eliz/regular-expression-parser
A utility tool used for validating regular expressions corresponding to a provided word
singhkunal2050/Game-of-Life
Conways Game of life representation in a web page
tigertv/dfa
Deterministic finite automaton
weenchvd/Regex
Regular expression. Scaner. Parser. Compiler. Engineering a Compiler, 2nd Edition - K. Cooper, L. Torczon (2012)
yosra270/minijava-compiler
Mini-JAVA compiler using Flex & Bison.