wuying225 / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

Add diagnostic object to output compiler error and warnings. #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description:
  diagnostic_chat for error and warning management;
  diagnostic_item for error and warning description.

Original issue reported on code.google.com by wuye9036 on 7 Mar 2012 at 3:39

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 8 Mar 2012 at 3:31

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 44a496316f61.

SASL:
  Remove compiler_information classes.
  Add diag_chat, diag_item and diag_template classes.

Original comment by wuye9036 on 10 Mar 2012 at 9:21

GoogleCodeExporter commented 9 years ago
This issue was updated by revision dbdd9616cff6.

SASL:
  Diagnostic item now compiled.
  Add code_span and shared file name fname_t to token.h
  Move implementation of token to token.cpp.

Original comment by wuye9036 on 11 Mar 2012 at 10:53

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 6599439dd97e.

SASL:
  Add diag_chat support to parsers.

Original comment by wuye9036 on 12 Mar 2012 at 2:49

GoogleCodeExporter commented 9 years ago
This issue was updated by revision ab7a4450602d.

SASL:
  Add 'file' member function to diag_item.
  Rename code_source and lex_context functions.
  Add some diagnostic template for parser.
  Add some diagnostic reports to parser and lexer.
  Fixed a update_position bug.

Original comment by wuye9036 on 13 Mar 2012 at 2:05

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 14 Mar 2012 at 1:12