Stack typedef

Stack = List<Frame>

Implementation

typedef Stack = List<Frame>;