Move regex_t into parse.h and rename to parse_tree_t
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
#define CONSTRUCT_H
|
||||
|
||||
#include "fsa.h"
|
||||
#include "regex.h"
|
||||
#include "parse.h"
|
||||
|
||||
void construct_nfa(const regex_t *regex, fsa_t *out);
|
||||
void construct_nfa(const parse_tree_t *regex, fsa_t *out);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user