emitSetLocalFrameSlot

fun emitSetLocalFrameSlot(tokens: A_Tuple, localConstant: A_Phrase)

Emit code to pop the stack and write it directly into a local slot of the continuation. This is how local constants become initialized.

Parameters

tokens

The A_Tuple of A_Tokens associated with this call.

localConstant

The local constant declaration.