timtadh / lexmachine

Lex machinary for go.
Other
405 stars 28 forks source link

Dfa construction #1

Closed timtadh closed 6 years ago

timtadh commented 8 years ago

This is the DFA construction branch. Still in progress. The main item is to track NFA MATCH identities. Once that works the DFA simulation is a drop in replacement for the NFA simulation. After that a separate branch can be created to do the code gen.

timtadh commented 6 years ago

closing this in favor of the new DFA backend I just merged in from #7