#ifndef MALACHSCRIPT_TREEPRINTER_HPP #define MALACHSCRIPT_TREEPRINTER_HPP #include class MalachScript::Utils { class TreePrinter { public: private: std::stringstream _stream; }; }; #endif // MALACHSCRIPT_TREEPRINTER_HPP