bkbm / rslogo

A project to implement a logo interpreter in rust
0 stars 0 forks source link

Refactor Scanning functionality #18

Open bkbm opened 4 months ago

bkbm commented 4 months ago

Separate out the inner loop and some advanced options, decide whether to pass around the iterator or create iterator like helpers for the string, create function for iterating to the end of a lexeme as the code is repeated. I felt unsure about it whilst using iterator and wasn't sure how to pass the iterator to it hence the decision stated before.

bkbm commented 4 months ago

also look into rust to make sure it is idiomatic to rust