1 // =================================
 2 // Copyright (c) 2021 Seppo Laakko
 3 // Distributed under the MIT license
 4 // =================================
 5 
 6 #include <sngcm/ast/Visitor.hpp>
 7 #include <sngcm/ast/Function.hpp>
 8 
 9 namespace sngcm { namespace ast {
10 
11 Visitor::~Visitor()
12 {
13 }
14 
15 } } // namespace sngcm::ast