No, he has not. I suspect it would have looked like the ratfor code
but with real data structures and recursion, and without the need to
build the standard I/O library (getc, putc, etc.).
See Jez Higgins's STinC++ (Software Tools in C++) project at <https://www.jezuk.co.uk/tags/software-tools-in-c++.html>. He's working from ST in Pascal, but this is a rewrite from scratch, not a translation. So far he's done Chapters 1, 2, and 5, implementing each tool as he goes.