diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-25 11:06:42 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-25 11:06:42 -0600 |
commit | 2a5618583e1fdc8cde0308d3e5b1873bc94c5fb1 (patch) | |
tree | 51e83cb14c9ba846ff5e2b8dd6c017e9b57dea75 /include/printer/dump.h | |
parent | 51c4aaaa21a124abafe3f950e12c3c25ddbe0812 (diff) | |
download | chill-2a5618583e1fdc8cde0308d3e5b1873bc94c5fb1.tar.gz chill-2a5618583e1fdc8cde0308d3e5b1873bc94c5fb1.tar.bz2 chill-2a5618583e1fdc8cde0308d3e5b1873bc94c5fb1.zip |
staging
Diffstat (limited to 'include/printer/dump.h')
-rw-r--r-- | include/printer/dump.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/printer/dump.h b/include/printer/dump.h index bf7168b..dd8a0e8 100644 --- a/include/printer/dump.h +++ b/include/printer/dump.h @@ -7,13 +7,13 @@ #include "printer/generic.h" -/*! - * \file - * \brief this replace the old dump function in the chillAST - */ - namespace chill { namespace printer { + /*! + * \brief this replace the old dump function in the chillAST + * + * Everthing is written in a Tree-like structure: (<NodeName> <Params>). No precedence calculation is needed. + */ class Dump : public GenericPrinter { public: Dump() {} |