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

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

Text_t compile_block(env_t *env, ast_t *ast);
Text_t compile_block_expression(env_t *env, ast_t *ast);
Text_t compile_inline_block(env_t *env, ast_t *ast);