aboutsummaryrefslogtreecommitdiff
path: root/src/compile/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/tables.h')
-rw-r--r--src/compile/tables.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compile/tables.h b/src/compile/tables.h
new file mode 100644
index 00000000..c8c19cb1
--- /dev/null
+++ b/src/compile/tables.h
@@ -0,0 +1,6 @@
+#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);