summaryrefslogtreecommitdiff
path: root/include/chillAST.h
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-09-22 15:12:54 -0600
committerTuowen Zhao <ztuowen@gmail.com>2016-09-22 15:12:54 -0600
commit1929ac1a60615ee86779790c46e04e53de75462f (patch)
tree35566b4f04184a9aed98fdc9dda74507075a7890 /include/chillAST.h
parentf27e01a039195c379fd6716c4870858789941365 (diff)
downloadchill-1929ac1a60615ee86779790c46e04e53de75462f.tar.gz
chill-1929ac1a60615ee86779790c46e04e53de75462f.tar.bz2
chill-1929ac1a60615ee86779790c46e04e53de75462f.zip
add CHILL_DEBUG_PRINT & CHILL_DEBUG_BEGIN & CHILL_DEBUG_END
Diffstat (limited to 'include/chillAST.h')
-rw-r--r--include/chillAST.h12
1 files changed, 12 insertions, 0 deletions
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