decompile

fun decompile(code: A_RawFunction): A_Phrase

Decompile the given A_RawFunction. It treats outer variables as private atom literals. Answer the resulting block.

Return

The block that is the decompilation of the provided raw function.

Parameters

code

The A_RawFunction to decompile.