tool: implement a diagnostic message printer

This commit is contained in:
2026-01-27 20:47:32 +00:00
parent 0b1d4697a2
commit d4fbd75a59
4 changed files with 473 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
file(GLOB tool_sources
*.c *.h
cmd/*.c cmd/*.h
diag/*.c diag/*.h
cmd/internal/*.c)
if (WIN32)