Better logging #82
Labels
compiler
Something related to the compiler
enhancement
New feature or request
refactoring
Improvements to the program's structure
typechecker
TypeChecker-related
Milestone
The compiler currently has very bad logging. It would be nice to add some debug logging, as well as better error handling.
Debug logging should be divided into
debug!()
andtrace!()
, where the latter is more verbose and even logs some "irrelevant" error messages.The text was updated successfully, but these errors were encountered: