zig/lib/compiler/resinator
Ryan Liptak 7c05330287 Integrate resinator errors with Zig using std.zig.Server and ErrorBundle
This takes the code that was previously in src/Compilation.zig to turn resinator diagnostics into Zig error bundles and puts it in resinator/main.zig, and then makes resinator emit the resulting error bundles via std.zig.Server (which is used by the build runner, etc). Also adds support for turning Aro diagnostics into ErrorBundles.
2024-03-11 05:06:16 -07:00
..
ani.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
ast.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
bmp.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
cli.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
code_pages.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
comments.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
compile.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
errors.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
ico.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
lang.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
lex.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
literals.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
main.zig Integrate resinator errors with Zig using std.zig.Server and ErrorBundle 2024-03-11 05:06:16 -07:00
parse.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
preprocess.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
rc.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
res.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
source_mapping.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
utils.zig Integrate resinator errors with Zig using std.zig.Server and ErrorBundle 2024-03-11 05:06:16 -07:00
windows1252.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00