Context("Complex"); Context()->parens->add("<" => {close => ">", type => "Vector"});
Then you can use expressions like
$v = Compute("<1+i,2-3i>");
to get a vector of complex values. Note that things like "norm", "unit", cross product, and dot product from the vector context will not be defined, but if you want those, too, they can be added as well.