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
To properly do this during the semantic analysis the AST should be annotated with span tags and also tagging during the parsing phase with nom for syntactic error reporting. Also swapping to thiserror for error handling for nice ergonomics.
right now the error handling is barebones, need to implement analyzer and proper informative error printing and reporting
The text was updated successfully, but these errors were encountered: