nfa-to-dfa-conversion topic

List nfa-to-dfa-conversion repositories

Regex

79
Stars
25
Forks
Watchers

An implementation of regular expressions for Python that uses a finite state automaton(正则引擎的Python实现,包括从NFA到DFA和DFA的最小化)

Compiler-Design

28
Stars
11
Forks
Watchers

A repository containing all experiments for the course Compiler Design.

fauton

42
Stars
3
Forks
Watchers

An ecosystem of packages to work with automaton and parsers (dfa/nfa/e-nfa/regex/cfg/pda)

18CSC304J-CD

97
Stars
82
Forks
Watchers

All the weekly lab work of the subject 18CSC304J Compiler Design.

RE2NFA2DFA2MFA

30
Stars
13
Forks
Watchers

1. Use Thompson algorithm to convert the regular expression to NFA 2. Use the subset construct to convert NFA to DFA 3. Minimize DFA to MFA 4. Use MFA to match strings

compiler-compiler

19
Stars
2
Forks
Watchers

🍁 Compiler Compiler based on CSharp with GUI Program

NFA-to-DFA-Converter

17
Stars
7
Forks
Watchers

A Web Application to convert NFA to DFA.

KTU-sem7-compilerdesign-programs

47
Stars
23
Forks
Watchers

KTU 7th Semester Compiler Design lab programs along with algorithms

Automata-Theory-Conversions

26
Stars
4
Forks
Watchers

Conversions covered: regex to NFA, NFA to DFA, DFA to regex. Minimizing DFA.