Mercurial > hg > Applications > Grep
comparison regexParser/generateSequentialSearch.cc @ 308:1188debbef10
separate CharClass
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Feb 2016 12:45:45 +0900 |
parents | 63213964502a |
children | c9ac6f06e706 |
comparison
equal
deleted
inserted
replaced
307:9f0df6ce89a2 | 308:1188debbef10 |
---|---|
1 #include <stdio.h> | 1 #include <stdio.h> |
2 #include <stdlib.h> | 2 #include <stdlib.h> |
3 | 3 |
4 #include "generateSequentialSearch.h" | 4 #include "generateSequentialSearch.h" |
5 #include "CharClass.h" | |
5 #include "subsetConstruction.h" | 6 #include "subsetConstruction.h" |
6 | 7 |
7 void | 8 void |
8 generateState1(StatePtr state,long stateNum, bool accept, FILE *fp, TransitionGeneratorPtr tg) { | 9 generateState1(StatePtr state,long stateNum, bool accept, FILE *fp, TransitionGeneratorPtr tg) { |
9 fprintf(fp,"TSValue state%lx(TSValue tsv) {\n",stateNum); | 10 fprintf(fp,"TSValue state%lx(TSValue tsv) {\n",stateNum); |