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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Converts a given regular expression into a NFA(Thompson's construction) then converts that NFA to a DFA(Subset construction)


Languages

Language:Java 94.9%Language:Lex 5.1%