lawrancej / CompilerKit

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

Update CompilerKitFSM to be an abstract class #57

Open lawrancej opened 12 years ago

lawrancej commented 12 years ago

Then:

The current code in add_transition and next_state function assumes a DFA. That is, CompilerKitFSM is already a DFA. But we should also implement an NFA.