aboutsummaryrefslogtreecommitdiff
path: root/src/resinator/comments.zig
AgeCommit message (Collapse)Author
2024-03-11Lazily compile the `zig rc` subcommand and use it during `zig build-exe`Ryan Liptak
This moves .rc/.manifest compilation out of the main Zig binary, contributing towards #19063 Also: - Make resinator use Aro as its preprocessor instead of clang - Sync resinator with upstream
2023-11-19compiler: correct unnecessary uses of 'var'mlugg
2023-09-17Add a .rc -> .res compiler to the Zig compilerRyan Liptak