I have a problem that might be amenable to machine solution, can anyone advise me on practicality?
I desire to have a usable, running copy of a very small compiler, for the PL/M-80 language. 1970s microcomputer stuff.
I have access to the source code for the compiler, in an ancient FORTRAN dialect, and a binary of it that runs on an ancient OS (ISIS).
From this I would like to produce a translation of the source code into C, specifically a pre-standard 1970s C or close enough for me to work with.
Any suggestions?