I am working on a compiler-compiler with multiple bootstrap stages.
I am hoping to use Googles gn (Generate Ninja) for my build system, which currently is using Visual Studio 2019.
I am trying to work out if I can create Custom Build Tools for my tool stages. OR jst be able to create tools on the fly from executables, that will manifest as Visual Studio Custom Build Tools in the IDE's build system.
Hoping this can be done !
Many thanks in advance,