Function strand

Source
pub fn strand(
    lexer: &mut Lexer<'_>,
    start: Token,
) -> Result<String, SyntaxError>