-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
area - helpersAbout one of the helper libraries in Jasper's implementationAbout one of the helper libraries in Jasper's implementationgood first issueGood for newcomersGood for newcomers
Description
It would be pretty cool to be able to write something like
ErrorReport err = match_identifiers(...);
if (!err.ok()) {
Log::fatal() << err;
}
or like
auto err = make_located_error("undefined variable", location, ErrorLevel::Fatal);
err.print();
and have it print [ Fatal Error ] At xx:xx -- undefined variable
, followed by termination of the program.
Metadata
Metadata
Assignees
Labels
area - helpersAbout one of the helper libraries in Jasper's implementationAbout one of the helper libraries in Jasper's implementationgood first issueGood for newcomersGood for newcomers