* Produce better errors when expected tokens are missing before a closing brace.
* Avoid crashing when compiling a non-partial stylesheet that exists on the
filesystem next to a partial with the same name.
Command-Line Interface
* Add support for the `--watch`, which watches for changes in Sass files on the
filesystem and ensures that the compiled CSS is up-to-date.
* When using `--update`, surface errors when an import doesn't exist even if the
file containing the import hasn't been modified.
* When compilation fails, delete the output file rather than leaving an outdated
version.