Norihiro Tanaka <nori...@kcn.ne.jp> wrote: > Example, > > a+a+a > 1 2 3 > > position 1 has a repetition of "a" and other transition with "a". > position 2 has a repetition of "a" and other transition with "a", too. > Then DFA was merging the two nodes, but it is wrong. > > Now similar nodes in series are not merged.
This patch works for me in gawk. Looking forward to seeing it in Gnulib so that I can pull it in Thanks! Arnold