Implement conversion from NFA to DFA
This commit is contained in:
13
lib/include/convert.h
Normal file
13
lib/include/convert.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Copyright (c) Camden Dixie O'Brien
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
#ifndef CONVERT_H
|
||||
#define CONVERT_H
|
||||
|
||||
#include "fsa.h"
|
||||
|
||||
void convert_to_dfa(const fsa_t *nfa, fsa_t *dfa_out);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user