emitMakeTuple

fun emitMakeTuple(tokens: A_Tuple, count: Int)

Emit code to create a tuple from the top N items on the stack.

Parameters

tokens

The A_Tuple of A_Tokens associated with this call.

count

How many pushed items to pop for the new tuple.