BlockComment

parser for blockcomments

static
class BlockComment : Parser!(T)(
T
) {
T[] fStart;
T[] fEnd;
bool fCollect;
}

Meta