svhawkins / B-Minor-Compiler

COMP 4060 B-Minor Compiler
2 stars 0 forks source link

Error codes during typechecking/resolve are not that readable. #6

Closed svhawkins closed 7 months ago

svhawkins commented 10 months ago

Convert error codes to be more readable and descriptive. Can be done by just calling a function that converts error_status/kind to corresponding string value based on which error handler it currently resides.

svhawkins commented 7 months ago

Resolved as of 11.30.2023.