Parses it until it finds the right partner of the left parameter.
p.partner("(", function(token){ })
steal.parse.partner(left, cb) -> token
{String}
a string like (,[,{,<
{Function}
a function that gets called with all tokens between the left and right token.
{token}
the ending token
Parses it until it finds the right partner of the left parameter.