lawrancej / CompilerKit

Compiler construction library in C.
GNU Lesser General Public License v2.1
55 stars 33 forks source link

Write a DFA minimizer (Difficult) #37

Open lawrancej opened 12 years ago

lawrancej commented 12 years ago

Once automata is complete, write a DFA minimizer, as described here: http://en.wikipedia.org/wiki/DFA_minimization

lawrancej commented 12 years ago

Joey's got dibs