From a4c3faa525dde0eb8b79cc8fa7a5dba15945b8e4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 24 Feb 2024 13:27:49 -0500 Subject: Split struct code into a separate file --- structs.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 structs.h (limited to 'structs.h') diff --git a/structs.h b/structs.h new file mode 100644 index 00000000..026e09ac --- /dev/null +++ b/structs.h @@ -0,0 +1,9 @@ +#pragma once +#include + +#include "ast.h" +#include "environment.h" + +void compile_struct_def(env_t *env, ast_t *ast); + +// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 -- cgit v1.2.3