view regexParser/node.h @ 182:dbe004d03ef0 pairPro

implement stateAllocate()
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Thu, 24 Dec 2015 19:14:49 +0900
parents 3bf2c6d6d53e
children 3e8e5780ad4a
line wrap: on
line source

#include "regexParser.h"

static void descendTree(NodePtr,int);
void printTree(NodePtr);