[net.lang.c] more intelligent error reporting in C compiler

cracraft@pyrla.UUCP (Stuart Cracraft) (05/27/86)

Does anyone know of any implemented C compilers wherein
error reporting is done cleverly (and tersely). So often
it seems that C compilers produce a maelstrom of error
messages when a simple little brace or parenthesis is
misplaced.

    Stuart