blob: 579c313fd8c6a9ca96e1561334e89704fd93a4ea (
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_table(env_t *env, ast_t *ast, type_t *table_type);
Text_t compile_table_method_call(env_t *env, ast_t *ast);
|