aboutsummaryrefslogtreecommitdiff
path: root/src/compile/sets.h
blob: bfbcf3b40a5973d35db9b395e58a984563fb6be1 (plain)
1
2
3
4
5
6
7

#include "../ast.h"
#include "../environment.h"
#include "../stdlib/datatypes.h"
#include "../types.h"

Text_t compile_typed_set(env_t *env, ast_t *ast, type_t *set_type);