AvailMakeTuple

constructor(relevantTokens: A_Tuple, index: Int)

Construct a new AvailMakeTuple that consumes the specified number of elements from the stack to create a tuple.

Parameters

relevantTokens

The A_Tuple of A_Tokens that are associated with this instruction.

index

The number of stack elements to pop to make a tuple.