code / tomo

Lines41.3K C23.7K Markdown9.7K YAML5.0K Tomo2.3K
7 others 763
Python231 Shell230 make212 INI47 Text21 SVG16 Lua6
(8 lines)
1 // Logic for formatting types
3 #pragma once
5 #include "../ast.h"
6 #include "../stdlib/datatypes.h"
8 Text_t format_type(type_ast_t *type);