Reading that trigraphs were being removed from C++17, gave me the idea to make a tool to convert a normal C/C++ program to a trigraphed version of the same program.
Everything here was compiled using the clang
compiler version 3.8.1
.
You can do make compile
do compile the tool.