[Mono-list] Re: none
Miguel de Icaza
miguel@ximian.com
04 Sep 2001 00:24:34 -0400
Hey Rafael,
> The diff files (with -u now) and the shorter genericparser.cs are attached.
I am trying to move towards having a better way of reporting errors to
the user than the current mechanism.
In recent versions of the compiler, I am using a `Report' object that
is kept inside the RootContext for this purpose. The idea is
essentially to have a unified location for reporting errors (parsing
errors and semantic errors).
I am installing your code now.
Miguel.