Skip to content
Snippets Groups Projects
tokenmatch.cpp 179 B
Newer Older
#include <libwccl/values/tokenmatch.h>

namespace Wccl {

std::string TokenMatch::to_raw_string() const
{
	return "TOK[" + position_.to_raw_string() + "]";
}

} /* end ns Wccl */