From 1929ac1a60615ee86779790c46e04e53de75462f Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Thu, 22 Sep 2016 15:12:54 -0600 Subject: add CHILL_DEBUG_PRINT & CHILL_DEBUG_BEGIN & CHILL_DEBUG_END --- include/chillAST.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 include/chillAST.h (limited to 'include/chillAST.h') diff --git a/include/chillAST.h b/include/chillAST.h new file mode 100644 index 0000000..dba4ed2 --- /dev/null +++ b/include/chillAST.h @@ -0,0 +1,12 @@ +// +// Created by ztuowen on 9/22/16. +// + +#ifndef CHILL_CHILLAST_H +#define CHILL_CHILLAST_H + +#include "chillAST/chillAST_def.hh" +#include "chillAST/chillAST_node.hh" +#include "chillAST/chillASTs.hh" + +#endif //CHILL_CHILLAST_H -- cgit v1.2.3-70-g09d2