Home | Notes | Languages | Programs | Homework |
error question |
Brian Melanson (bmelanso@VT.EDU)
Tue, 25 Sep 2001 23:30:10 -0400
Message-ID: <NDBBLOIIEMCGNOBOICJBEEMDDKAA.bmelanso@vt.edu> Date: Tue, 25 Sep 2001 23:30:10 -0400 From: Brian Melanson <bmelanso@VT.EDU> Subject: error question
Maybe this was said in class. But let's assume a line has both types of
errors?
Is it ok to report the first error?
for example:
// 8 * + '
Expression contins invalid token(s).
// 8 + * '
Incorrect expression syntax.
is this what other people have?
- Brian
Home | Notes | Languages | Programs | Homework |