brk
Results
1
comments of
brk
I wrote some proof-of-concept code to parse re2c's graphviz output into an automaton library: https://github.com/brk/re2c_to_automaton Very rough, minimally tested, doesn't properly handle `yyaccept=0` edges, haven't tested with conditions, etc. But...