regex-to-nfa
There are 28 repositories under regex-to-nfa topic.
Megha-Bose/Automata-Theory-Conversions
Conversions covered: regex to NFA, NFA to DFA, DFA to regex. Minimizing DFA.
devangi2000/Compiler-Design
A repository containing all experiments for the course Compiler Design.
rollrat/compiler-compiler
🍁 Compiler Compiler based on CSharp with GUI Program
PalAditya/CompilerDesignLab
Code for Compiler Design Lab, Semester 7
SicroAtGit/RegEx-Engine
A RegEx engine that builds NFA/DFA and always returns the longest match.
hardyslays/REGEX-TO-NFA
A web application to demonstrate conversion from regular expression to NFA and NFA to DFA.
igreat/regular-languages-simulator
A Regular Languages Simulator to help CS students understand and experiment with everything Regular Languages 📕 Includes Regular Expressions (Regexes), DFAs, NFAs, as well as functionality and UI for converting back and forth between them ♻️
89netraM/auto-automata
A library and web app for simulating finite automatas (DFA, NFA, and ε-NFA) and regular expressions.
ayushsharma-crypto/Automata-Theory-Code
Various code for following conversion : Regular Expression -> NFA -> DFA -> Regular Expression
bondeje/lexre
A regex compiler using NFA/DFA conversion to build lexers on data streams
dario-santos/TC
Resolução dos problemas de Teoria de Computação 2019/2020
DevangML/Theory-Of-Automata-Project
This is the repository for DSAAT CP
gera1013/DL-Project-1
Analizador léxico que genera y simula AFNs y AFDs a partir de una expresión regular
OrfeoTerkuci/Automata
Automata implementations
shehabadel/Regex-2-NFA
A program that takes a regular expression and creates an NFA that accepts it. The description of an NFA should be compatible with a NFA 2 DFA program, which means that it can be translated into a form that can be run on a DFA simulator.
Sourish1997/turing-machine
A comprehensive single tape Turing Machine simulator.
ChandradithyaJ/Regex-to-NFA
Input any regular expression and an NFA for it will be generated.
NilEis/RegExCompiler
A library for converting a regex to nfa and then to a dfa
NydusBorn/RTA
Regex to Automata converter
Tahir1072a/RegularExpToNfa
The C code that obtains an NFA machine from a regular expression using the Thompson construction algorithm has been shared.
veeral-agarwal/Automata-Theory-Codes
Conversions between NFA, DFA, regex and DFA minimization, Automata Theory | Spring 2021
Ashwin-1709/lexer
Regex to NFA and simulation of lex tool
naderabdalghani/nfa-elnga7y
A command-line tool that converts a "simple" regular expression into its corresponding nondeterministic finite automaton (NFA) using Thompson’s Construction algorithm
Qu1etboy/regex-to-nfa
Group Assignment for 01418334(66-2) Compiler Techniques
suman1406/Theory_Of_Computation_Automata_Tool
A Python tool for converting between regular expressions, DFA, NFA, and eNFA, helping users visualize and understand automata transformations in formal language theory.