Skip to content

Wahaj404/nfa-to-dfa

Repository files navigation

nfa-to-dfa

4th semester Theory of Automata project to convert a user-designed NFA-ε to a DFA.

Dependencies

Uses libfort for outputting well formatted transition tables for the finite automata.

NFA Input Format

N <- number of states N space separated strings <- (unique) state labels T <- number of transitions T lines of the form a b c each of which signify a transition from a to b on an input c. c = ^ signifies a null transition.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages