Skip to content

wongtaylor/comp370-automata-from-regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

comp370-automata-from-regex

Python program that takes a regular expression and converts it into an equivalent non-deterministic finite automaton (NFA) machine by parsing it into a syntax tree. Then, using knowledge of languages, the program converts the NFA into an equivalent deterministic finite automaton (DFA) machine. A DFA determines whether the specified input is valid and outputs yes or no accordingly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages