1 // This file defines how to compile blocks
6 #include "../environment.h"
7 #include "../stdlib/datatypes.h"
9 Text_t compile_block(env_t *env, ast_t *ast);
10 Text_t compile_block_expression(env_t *env, ast_t *ast);
11 Text_t compile_inline_block(env_t *env, ast_t *ast);