Delim

Pair of Delimiters. Used to desribe for example comment and string delimiter syntax.

struct Delim {
string intro;
string finish;
}

Meta