finite-automata
There are 99 repositories under finite-automata topic.
Devorein/fauton
An ecosystem of packages to work with automaton and parsers (dfa/nfa/e-nfa/regex/cfg/pda)
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).
Amirhossein-Rajabpour/Finite-Automata-simulator
Theory of machines and languages course project.
andylamp/stanford_fin_auto
Collection of my solutions to the finite automata course (2016 version) offered by Stanford.
amir-azari/DFA-Editor-and-Minimizer
A JavaFX-based tool for visualizing and minimizing DFAs (Deterministic Finite Automata), allowing users to easily create, edit, and optimize state machines.
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.
mjftw/automata
Fundamental computing machines implemented in Clojure.
EyasWannous/python-compiler-GNU-flex-bison
python compiler written in C, cpp ( c++ ), lex and yacc with the assistance of GNU flex & bison
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
Rosi-Eliz/regular-expression-parser
A utility tool used for validating regular expressions corresponding to a provided word
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.
bkosm/finite-automaton-generator
Command line tool for generating JFLAP files containing random FA's.
Chalermsak-KU/RegLangProcessing
Python module for processing finite automata and regular expressions for use in the Theory of Compuation course
CoGian/FiniteAutomata
Implementation of Finite Automata(deterministic , non-deterministic and non-deterministic with ε transitions)
gdaguilarc/NFA-to-DFA
In a graphical way we transform a finite non-deterministic automate (NFA) to a deterministic finite automate (DFA)
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)
kkd26/finite-automata-compiler
Basic implementation of Finite Automaton (DFA, NFA) with for basic compiler written in OCaml.
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.
zevapt/lexical-analyser-and-parser
Tugas Besar Teori Bahasa dan Automata CCI2L3