generateInModule

fun A_Phrase.generateInModule(module: A_Module): A_RawFunction

Compile this block phrase into a raw function, recording within it that it was compiled within the given module.

Return

An A_RawFunction based on the block phrase.

Parameters

module

The A_Module in which the compilation happened.