Thanks to visit codestin.com
Credit goes to github.com

Skip to content

New error handling system #17

@zayfod

Description

@zayfod

Currently pyfranca's error handling is rudimentary. Whenever lexer, parser, or processor errors are detected an exception is raised and further processing stops.

Error handling has to be reworked to allow keeping a list of detected errors (objects) as part of a processor. Processing should stop only when fatal errors are detected. Simpler lexer and parser errors should just be detected and added to the list but processing should continue.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions