Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Error Trait #520

Open
codehag opened this issue May 15, 2020 · 0 comments
Open

Implement Error Trait #520

codehag opened this issue May 15, 2020 · 0 comments
Labels
MVP MVP Project Work - In Scope With A Commitment To Complete. P2 Project Work (MVP or Reserve) that is available for selection.

Comments

@codehag
Copy link
Contributor

codehag commented May 15, 2020

Based off the work in #502

This issue is to track moving the error checker trait off of ast builder, and add it directly to the parser.

parts:

  • create an error builder trait, that mirrors ast builder trait
  • remove error checker trait from ast builder, and use it as the base for an error builder class
  • move context_metadata from ast builder to error builder
  • add a new trait on the parser
@codehag codehag added MVP MVP Project Work - In Scope With A Commitment To Complete. P2 Project Work (MVP or Reserve) that is available for selection. labels May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MVP MVP Project Work - In Scope With A Commitment To Complete. P2 Project Work (MVP or Reserve) that is available for selection.
Development

No branches or pull requests

1 participant