view example/regex/README @ 1204:ffef576db4b3 draft

modify example/regex/
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sat, 16 Jul 2011 17:25:40 +0900
parents 2abd68a1ac2a
children
line wrap: on
line source


word count

     16     16     16
   |------|------|------|------|------|------|------|------|

と言うように実行すると、
   /\/\/\/\
   \/\/\/\/
patter になってしまう。


     16     16
   |------|------| 16
          |------|------| 16
                 |------|------|  16
                        |------|------|

となるようにしたい。run16 は逐次で実行されるので、二つspawnすれば良い?