aboutsummaryrefslogtreecommitdiff
path: root/src/compile/pointer.h
blob: 306c3019d9b83d170c26f0baa1218279a3aba64b (plain)
1
2
3
4
5
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);