diff c/regexParser/main.cc @ 147:84d32375383a pairPro

implement insertCharClass
author masa
date Tue, 15 Dec 2015 17:14:35 +0900
parents 1c74ac7d56ec
children e2e717fbeb2f
line wrap: on
line diff
--- a/c/regexParser/main.cc	Tue Dec 15 16:20:35 2015 +0900
+++ b/c/regexParser/main.cc	Tue Dec 15 17:14:35 2015 +0900
@@ -20,6 +20,5 @@
     printf("regex : %s\n",ri->ptr);
     NodePtr n = regex(ri);
     printTree(n);
-    TransitionGenerator tg = generateTransitionList(n);
     return 0;
 }