work on type inference some more
[ccc.git] / sem.h
1 #ifndef SEM_H
2 #define SEM_H
3
4 #include "ast.h"
5
6 struct ast *sem(struct ast *ast);
7
8 #endif