Move structures and free procedures back to dedicated files

This commit is contained in:
2024-10-26 19:20:13 +01:00
parent 3a578e190f
commit b2a2cb9036
6 changed files with 105 additions and 87 deletions

View File

@@ -6,7 +6,7 @@
#ifndef DESUGAR_H
#define DESUGAR_H
#include "parse.h"
#include "regex.h"
bool desugar_regex(parse_tree_t *regex);