Mercurial > hg > Applications > Grep
comparison c/regexParser/main.cc @ 153:e2e717fbeb2f pairPro
fix
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Dec 2015 14:02:41 +0900 |
parents | 84d32375383a |
children | 1fad21fd6028 |
comparison
equal
deleted
inserted
replaced
152:1c9e8ba64f6a | 153:e2e717fbeb2f |
---|---|
18 } | 18 } |
19 | 19 |
20 printf("regex : %s\n",ri->ptr); | 20 printf("regex : %s\n",ri->ptr); |
21 NodePtr n = regex(ri); | 21 NodePtr n = regex(ri); |
22 printTree(n); | 22 printTree(n); |
23 TransitionGenerator tg = generateTransitionList(n); | |
23 return 0; | 24 return 0; |
24 } | 25 } |