jsseng / arduino_robot

1 stars 2 forks source link

standardized error messages #45

Closed jsseng closed 9 years ago

jsseng commented 9 years ago

Standardize the format of the error messages from the buzz compiler. Then we can parse the line number in the error message and highlight that line in the IDE.

ooee123 commented 9 years ago

Error messages generated during parsing and translating have the format of...

_errormessage [Line %d]

The error messages are delivered by an exception. No errors are outputted via System.out or System.err