Are there methods how to convert Turing machine (e.g. neural Turing machine or other rigorous Turing machine) into the source code/program that is written in some industrial programming language like C++, Java, JavaScript? There is a lot of work on Turing machine synthesis reinforcement learning, but it is very important to convert such inferred results into a programming language. One should be able to do that because of meta-interpretative learning that allows inferring new predicates/functions and allows to use compositionality for the program synthesis.
Here is a question that asks for a compiler that compiles code in languages such as C++/Java into Turing machines. Stackexchange has not come up with the answer up to now, but some examples are provided in comments, notably, the Turing machine compiler from the Ruby language.
My question is whether the disassembler (transpiler, re-compiler) that takes Turing machine as input (there are low level languages that describe the Turing machine, see for example here — some kind or Turing ASM) can translate this WB language program into Java, C++, Haskell or other high-level programming language that have functions, predicates and higher-order structures.