Skip to content

An interactive c++ program to construct NFA, DFA, and minimized DFA from a given regular expression.

Notifications You must be signed in to change notification settings

purplezi/automata-from-regex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Automata From Regular Expressions

An interactive c++11 program to construct NFA, DFA, and minimized DFA from a given regular expression on the alphabet {a,b} and simulate the DFA on any possible input.

Demo

About

An interactive c++ program to construct NFA, DFA, and minimized DFA from a given regular expression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%