timbray / quamina

Home of Quamina, a fast pattern-matching library in Go
Apache License 2.0
373 stars 18 forks source link

kaizen: Add a pretty-printer #310

Closed timbray closed 1 month ago

timbray commented 1 month ago

Building and debugging NFAs is hard. I built a pretty-printer for the DFA/NFA cleanup PR but commented it out, it should be rolled into the source code, have a test suite, etc.

timbray commented 1 month ago

Done in #311