Closed Owez closed 4 years ago
Got a lot of strange borrowing stuff going on that could be simplified with better lookahead instead of chars.next() and stuff all the time, fixing weirdness of get_numlit_data, get_strlit_data and get_comment_data.
get_numlit_data
get_strlit_data
get_comment_data
Completed for get_numlit_data in d090aaf1559f0d0db5954e0d0c9f9ee7befc236d, though it does still use chars.next to iterate
chars.next
Fixed in bb78d1509a1ba8c42d21f63306326c96c680eb46
Got a lot of strange borrowing stuff going on that could be simplified with better lookahead instead of chars.next() and stuff all the time, fixing weirdness of
get_numlit_data
,get_strlit_data
andget_comment_data
.