epsilon-nfa
There are 14 repositories under epsilon-nfa topic.
rohaquinlop/automathon
A Python library for simulating and visualizing finite automata
anaghasethu/KTU-sem7-compilerdesign-programs
KTU 7th Semester Compiler Design lab programs along with algorithms
Devorein/fauton
An ecosystem of packages to work with automaton and parsers (dfa/nfa/e-nfa/regex/cfg/pda)
bernardkllogjri/FiniteAutomataConverter
Converts a given epsilon-NFA to NFA to DFA
maih1/Automata
eNFA - NFA, DFA - DFA minimization, CNF and CKY
Rosi-Eliz/regular-expression-parser
A utility tool used for validating regular expressions corresponding to a provided word
edratabaku/AutomataTheory
Epsilon-NFA to NFA to DFA to Minimal DFA Conversion tool. C# (.NET Framework).
OrfeoTerkuci/Automata
Automata implementations
sskender/automata-theory
Introduction to automata theory, languages and computation
Tan12d/Finite-Automata
Concepts of DFA, NFA , epsilon-NFA and others concepts of Finite Automata
denis-korchagin95/fsmconv
fsmconv is a command-line tool for converting FSA from one to another representation.
Ahmed712441/Nfa2Dfa
Desktop app for converting NFA (Non Deterministic Finite Automata) to DFA (Deterministic Finite Automata)