view regexParser/generateSequentialSearch.h @ 315:66012db6a717

add wordMode in grepWalk
author mir3636
date Sat, 07 May 2016 19:18:43 +0900
parents c9ac6f06e706
children
line wrap: on
line source

#include "regexParser.h"

extern void exportState(TransitionGeneratorPtr tg);
extern void exportStateLoop(TransitionGeneratorPtr tg);
extern void exportStateCbC(TransitionGeneratorPtr tg);