Markdown 10 lines
# tools/
Placeholder for auxiliary host tools that support the Flash toolchain but are
not part of the `flashc` compiler itself — for example a future `flashfmt`
formatter or a golden-output test runner.
Empty at v0.1: the compiler is the only tool today. Build host tools here as
ordinary Zig executables wired into `build.zig`, following the
`main(init: std.process.Init)` host-tool entry convention.