Add dump command

Change-Id: If38d01ebb8788090f91a76daf6b7fc9add0320b7
diff --git a/src/ast_handlers.hpp b/src/ast_handlers.hpp
index 1f7dea6..54f3f95 100644
--- a/src/ast_handlers.hpp
+++ b/src/ast_handlers.hpp
@@ -274,6 +274,8 @@
 
 struct move_class;
 
+struct dump_class;
+
 struct command_class {
     template <typename Iterator, typename Exception, typename Context>
     x3::error_handler_result on_error(Iterator&, Iterator const&, Exception const& x, Context const& context)