Carl Verge

Results 2 issues of Carl Verge

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.

The stdlib function std.parseInt uses a Java Int (32-bit) instead of arbitrary length or at least a 64-bit Long.