3 lines
125 B
C++
3 lines
125 B
C++
const mstch::node apostrophe_data =
|
|
mstch::map_wrapper{{{"apos", std::string{"'"}}, {"control", std::string{"X"}}}};
|