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