GCC and Clang have static analyzers. It would be great if aro will had its own. However, I'm not sure if this meets the goals of the project. If not, it might be worth trying to create a separate static analysis tool written in zig.
I have zero experience doing anything like this and also probably won't work on it any time soon. However if I were going to do it, my first attempt would probably entail trying to dump the parsed AST into something Frama-C can use.
GCC and Clang have static analyzers. It would be great if aro will had its own. However, I'm not sure if this meets the goals of the project. If not, it might be worth trying to create a separate static analysis tool written in zig.