blob: 4f39b392cb9e394225688cbf9945c670c940d763 (
plain)
1
2
3
4
5
6
|
#include "../ast.h"
#include "../environment.h"
#include "../stdlib/datatypes.h"
Text_t compile_typed_list(env_t *env, ast_t *ast, type_t *list_type);
Text_t compile_list_method_call(env_t *env, ast_t *ast);
|