Isaac Yonemoto

Results 169 issues of Isaac Yonemoto

https://github.com/ziglang/zig/pull/9623

main: ``` const foo = @import("foo.ex") pub const bar = foo.bar; ``` foo: ``` pub const bar = struct{...} ```

when clang/c++ errors are returned by zig, translate the compilation errors to repoint the targetted file to the source file.

This will make it easier to break it out for erlang, as well