./build.shThis will create the converter in the debug-build directory with debug symbols.
./debug-build/ninjaRun the above in a directory where a build.ninja file is present
cd converter/testing/
../../debug-build/ninjaThis will run the converter on the hello world example build.ninja file and produce output.cc as a result.