not the sources of the compiler itself.
Do you intend to compile the source code, or is it primarily about preserving/analyzing the source code?
In the former case, I meanwhile have found a way to extend my parser to a full 68k compiler and assembler using the Eigen Compiler Suite (ECS, see
https://github.com/EigenCompilerSuite/). I just finished implementing the second compiler backend based on it, and with the patches provided by the author it works pretty well. I've spent quite some time with the FP compiler (see
https://github.com/rochus-keller/freepascal/) with the intention to re-use its backend, but ECS is much more feasible.