pub fn generic_compiler(
    lexer_vec: &mut Vec<char>,
    operator: &mut LinkedList<LexOperator>,
    collect: String,
    char_pointer: usize
) -> LexResult<LinkedList<LexOperator>>