Bugfixes:
* (B001) Fix issue with trying to convert multiple consecutive comparisons.
* (B002) Properly process nested functions.
* (B002) Ensure that order of arguments is preserved during iteration.
* (B003) Fix unnecessary elimination of parens inside returned expression.
Misc:
* `--diff` option behaviour has changed:
* Output is now being printed on `sys.stderr` instead if `sys.stdout`.
* Source lines are no longer highlighted if `sys.stderr` is redirected away from TTY.