GitHub topics: dfa-to-regex
dejavudwh/Regex
An implementation of regular expressions for Python that uses a finite state automaton(正则引擎的Python实现,包括从NFA到DFA和DFA的最小化)
Language: Python - Size: 49.8 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 79 - Forks: 25

na-teag/editeur-AEF
Projet CY-Tech
Language: Python - Size: 371 KB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Megha-Bose/Automata-Theory-Conversions
Conversions covered: regex to NFA, NFA to DFA, DFA to regex. Minimizing DFA.
Language: Python - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 17 - Forks: 1

Melvin95/Regular-Expression-to-NFA-to-DFA
Converts a given regular expression into a NFA(Thompson's construction) then converts that NFA to a DFA(Subset construction)
Language: Java - Size: 42 KB - Last synced at: 6 months ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 3

psahithireddy/Automata_theory
Codes to convert Regex-to-NFA, NFA-to-DFA, DFA -to-Regex, minimizing DFA.
Language: Python - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

veeral-agarwal/Automata-Theory-Codes
Conversions between NFA, DFA, regex and DFA minimization, Automata Theory | Spring 2021
Language: Python - Size: 37.1 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

AhsanKhaan/AutomataAssignments
Implementation Of finite State Machines In JAVA
Language: Java - Size: 76.2 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

RayWang1991/WRRegexBasic
A Powerful and Fast regex engine. Featuring pure DFA match, Thompson NFA match(extended regex should be supported soon), regex operation(union, intersection , complementary), DFA to regex is also available
Language: Objective-C - Size: 128 KB - Last synced at: 3 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0
