tomo/compile.h

13 lines
196 B
C
Raw Normal View History

2024-02-04 12:23:59 -08:00
#pragma once
#include <gc/cord.h>
#include <gc.h>
#include <stdio.h>
#include "util.h"
2024-02-04 15:04:41 -08:00
CORD compile_type(type_ast_t *t);
2024-02-04 12:23:59 -08:00
CORD compile(ast_t *ast);
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0