comparison c/regexParser/main.cc @ 129:b930be74a16e pairPro

remove word.h
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 01 Dec 2015 23:05:53 +0900
parents 66c633575b53
children fb4c8adf3a80
comparison
equal deleted inserted replaced
128:f827682d4687 129:b930be74a16e
20 } 20 }
21 21
22 printf("regex : %s\n",ri->ptr); 22 printf("regex : %s\n",ri->ptr);
23 NodePtr n = regex(ri); 23 NodePtr n = regex(ri);
24 printTree(n); 24 printTree(n);
25 createBitVectorList(n);
26 return 0; 25 return 0;
27 } 26 }