view regexParser/generateSequentialSearch.h @ 323:672c1be4eec7

add OPT flag
author mir3636
date Thu, 26 May 2016 20:03:07 +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);