aboutsummaryrefslogtreecommitdiff
path: root/src/compile/types.h
blob: 81bce10d0f328310076040653f63d1f9a9d24d69 (plain)
1
2
3
4
5
6

#include "../stdlib/datatypes.h"
#include "../types.h"

Text_t compile_type(type_t *t);
Text_t compile_type_info(type_t *t);