case TokenKind.STRING_EXPR:
      return parser.node<parsers.StringValueNode>(token, {
        kind: 'STRING',
        value: token.value,
      });