aboutsummaryrefslogtreecommitdiff
path: root/src/compile/debuglog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/debuglog.h')
-rw-r--r--src/compile/debuglog.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/compile/debuglog.h b/src/compile/debuglog.h
new file mode 100644
index 00000000..30b14776
--- /dev/null
+++ b/src/compile/debuglog.h
@@ -0,0 +1,9 @@
+// This file defines how to compile debug logs
+
+#pragma once
+
+#include "../ast.h"
+#include "../environment.h"
+#include "../stdlib/datatypes.h"
+
+Text_t compile_debug_log(env_t *env, ast_t *ast);