[Mono-dev] Updated compiler syntax error checking.

Miguel de Icaza miguel at novell.com
Tue Sep 9 17:52:43 EDT 2008


Hey folks,

    We updated the C# compiler to produce better information when it
encounters an error with statements or expressions.   In the past the
compiler would report "Expecting a ';' character" whenever it found a
syntax error.   We should now be able to report the actual expected
character and provide better information.

    I would love if people could try the compiler from SVN, as we might
need to tune the error messages output.

Miguel.



More information about the Mono-devel-list mailing list