#ifndef ASTNODE_VISITOR_H #define ASTNODE_VISITOR_H #include "astnode.h" #include "expr_astnode.h" class ASTNodeVisitor : public ASTNodeVisitorBase {}; #endif