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