Move procedure for running NFA into FSA module
This commit is contained in:
@@ -35,4 +35,6 @@ void fsa_free(const fsa_t *fsa);
|
||||
int fsa_add_state(fsa_t *fsa);
|
||||
void fsa_add_rule(fsa_t *fsa, int from, int to, int input);
|
||||
|
||||
bool fsa_accepts(const fsa_t *dfa, const char *input, int len);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user