Move regex_t into parse.h and rename to parse_tree_t

This commit is contained in:
2024-11-03 12:20:17 +00:00
parent 1f248ad4cd
commit 656726a8c1
10 changed files with 315 additions and 328 deletions

View File

@@ -5,7 +5,6 @@ add_library(lib
fsa.c
min_heap.c
parse.c
regex.c
)
set_default_target_options(lib)
target_include_directories(lib PUBLIC include)