Only print up to six lines on error. Print ^~~~~ to highlight error span.

This commit is contained in:
Josh Matthews 2011-07-11 14:31:57 -04:00 committed by Brian Anderson
parent b62fcdcc36
commit fd24fd5e31
2 changed files with 50 additions and 1 deletions

View file

@ -10,6 +10,7 @@ import std::option;
import std::option::some;
import std::option::none;
import std::str;
import std::vec;
tag os { os_win32; os_macos; os_linux; }