pub fn parse_stringlit(
    span: Span,
    segs: Vec<Sp<StrLitSegment>>
) -> Result<SimplExpr, ParseError<usize, Token, LexicalError>>