diff options
Diffstat (limited to 'include/posthaste/check.h')
-rw-r--r-- | include/posthaste/check.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/posthaste/check.h b/include/posthaste/check.h new file mode 100644 index 0000000..a796fc7 --- /dev/null +++ b/include/posthaste/check.h @@ -0,0 +1,10 @@ +#ifndef POSTHASTE_CHECK_H +#define POSTHASTE_CHECK_H + +#include <posthaste/scope.h> + +/* stuff related to semantic checking */ + +int check(struct scope *scope, struct ast *tree); + +#endif /* POSTHASTE_CHECK_H */ |