view regexParser/bitVector.h @ 175:3be0fbcd4b52 pairPro

implement createTransitionGenerator
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Dec 2015 20:27:26 +0900
parents 3bf2c6d6d53e
children ef798db705e9
line wrap: on
line source

#include "regexParser.h"
#define BITBLOCK 64

BitVectorPtr createBitVector(NodePtr n);
const BitVectorPtr allocateBitVector();
void bitSet(BitVectorPtr bi, int bitSetPosition);
void bitPrint(BitVectorPtr bi);