popMatchingDelimiter

Pop a range of token until we pop the matchin delimiter. matchin tokens are (), [], <> and {}

void
popMatchingDelimiter
(
TokenType openTokenType
)

Meta