Open carl-db opened 11 months ago
This adds the option to provide the interpreter with a custom callback for std.trace, instead of only logging to stderr. This will allow for capturing structured trace output for linting.
std.trace
Looks good to me I think, just get CI passing and I can merge it
This adds the option to provide the interpreter with a custom callback for
std.trace
, instead of only logging to stderr. This will allow for capturing structured trace output for linting.