view c/regexParser/bitVector.h @ 155:6cd0141bed6c pairPro

impl charClassMerge
author masa
date Fri, 18 Dec 2015 15:40:55 +0900
parents d8a4922eceae
children
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);