C Stack

case '{', '[', '(' -> stack.push(c);
case '}', ']', ')' ->
Glamorous Goose