pub fn projection1_source_real(
core_types: &str,
_interpreter: &str,
program: &str,
) -> Result<String, String>Expand description
Real Futamura Projection 1: pe(program) = compiled_program
Encodes the program as CProgram data, runs the LOGOS PE on it, decompiles the residual back to LOGOS source.