Alternative

class for matching alternatives

class Alternative : Parser!(T)(
T
) {
Parser!(T)[] fParsers;
}

Meta