aboutsummaryrefslogtreecommitdiff
path: root/src/compile/pointers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/pointers.h')
-rw-r--r--src/compile/pointers.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compile/pointers.h b/src/compile/pointers.h
new file mode 100644
index 00000000..306c3019
--- /dev/null
+++ b/src/compile/pointers.h
@@ -0,0 +1,6 @@
+#include <stdbool.h>
+
+#include "../environment.h"
+#include "../stdlib/datatypes.h"
+
+Text_t compile_to_pointer_depth(env_t *env, ast_t *ast, int64_t target_depth, bool needs_incref);