aboutsummaryrefslogtreecommitdiff
path: root/src/formatter/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/formatter/types.h')
-rw-r--r--src/formatter/types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/formatter/types.h b/src/formatter/types.h
new file mode 100644
index 00000000..2571f880
--- /dev/null
+++ b/src/formatter/types.h
@@ -0,0 +1,8 @@
+// Logic for formatting types
+
+#pragma once
+
+#include "../ast.h"
+#include "../stdlib/datatypes.h"
+
+Text_t format_type(type_ast_t *type);