sway_parse

Function lex_commented

Source
pub fn lex_commented(
    handler: &Handler,
    src: &Arc<str>,
    start: usize,
    end: usize,
    source_id: &Option<SourceId>,
) -> Result<CommentedTokenStream, ErrorEmitted>