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