timtadh / lexmachine

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

Fixed regression in DFA when matching last token #16

Closed timtadh closed 6 years ago

timtadh commented 6 years ago

This fixes the regression reported in #15 . @martinkreibe-wk let me know if this solves the issue for you.

timtadh commented 6 years ago

Merging. Let me know if you have further problems @martinkreibe-wk . Also, if you identify a short coming or issue with lexmachine I would love to know. I am looking for my next major lexmachine improvement project.