Create compile module combining passes together
This commit is contained in:
13
lib/include/compile.h
Normal file
13
lib/include/compile.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Copyright (c) Camden Dixie O'Brien
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
#ifndef COMPILE_H
|
||||
#define COMPILE_H
|
||||
|
||||
#include "fsa.h"
|
||||
|
||||
bool compile(const char *regex, int len, fsa_t *dfa_out);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user