dfa-minimization topic

List dfa-minimization repositories

jflex

576
Stars
111
Forks
Watchers

The fast scanner generator for Java™ with full Unicode support

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.

finite-automata

17
Stars
3
Forks
Watchers

Graphical interface for designing finite automata