Parser

Ada Parser.

class Parser (
R
) if (
isSomeString!R
) {
R r;
bool show;
bool supportDollars;
}

Meta