Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

A program to convert the given regular expression to Non Definite Automata (NFA) then NFA to Definite Automata (DFA) via C++

License

Notifications You must be signed in to change notification settings

lapestand/Regular-expression-to-NFA-to-DFA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regular-expression-to-NFA-to-DFA

A program to convert the given regular expression to Non Deterministic Automata (NFA) then NFA to Deterministic Automata (DFA)

Input: Regular expression (Infıx)

Current Output: NFA Transition Table & Epsilon Closures

Next Output: DFA Table

About

A program to convert the given regular expression to Non Definite Automata (NFA) then NFA to Definite Automata (DFA) via C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published