From 476bacc27671de92e8fdbc5b2a904bbf8bc80377 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:07:41 -0400 Subject: More splitting out into separate files. --- src/compile/files.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/compile/files.h (limited to 'src/compile/files.h') diff --git a/src/compile/files.h b/src/compile/files.h new file mode 100644 index 00000000..8b8b4012 --- /dev/null +++ b/src/compile/files.h @@ -0,0 +1,6 @@ +#include "../ast.h" +#include "../environment.h" +#include "../stdlib/datatypes.h" + +Text_t compile_file(env_t *env, ast_t *ast); +Text_t compile_file_header(env_t *env, Path_t header_path, ast_t *ast); -- cgit v1.2.3