Please make the tokenizer surround spaces around operators. So the output would be like in the example below:
 
>>> 1 + 2j
(1 + 2j)
 
Also this:
>>> 1+2j
(1 + 2j)