Added
* Added auto parsing style. This first tries to use Google, but falls back on
freeform if no google-style doctests are found.
* Errors are no longer printed twice if only a single test is being run.
* Added command "dump" to native runner that reformats enabled doctests so they
can be run as unit tests.
* Implemented delayed want matching. This enables doctests to use multiple
print statements in a row and use a single want statement to check all of
their output.
Changed
* All parsers now default to the new "auto" style.
* Colorized doctest now highlights "want" lines in a distinct (green) color