Mercurial > hg > Members > masakoha > testcode
view regexParser/bitVector.h @ 176:c092dd0e1ae0 pairPro
implement appendState() and serchState()
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 23 Dec 2015 15:41:27 +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);