You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: