#include <libwccl/values/tokenmatch.h> namespace Wccl { std::string TokenMatch::to_raw_string() const { return "TOK[" + position_.to_raw_string() + "]"; } } /* end ns Wccl */