wuying225 / softart

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

Add error combinator for handling and recovery grammar error. #169

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description:
  We need:
    'error_catcher' catchs error from children as a parent parser.  
    'on_error' is utility function for generating error_catcher.
    'error_handler' is a functor to handling and recovery.
  Some default error handlers such as ignored unmatched token will be provided.

Original issue reported on code.google.com by wuye9036 on 14 Mar 2012 at 2:07

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

SASL:
  Add merge to diag_chat.
  Add error combinators support to parsers.
  Delete all items when diag_chat is deleted.

Original comment by wuye9036 on 14 Mar 2012 at 5:05

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 14 Mar 2012 at 6:02

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 14 Mar 2012 at 6:02