bkbm / rslogo

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

Create tokenising system #14

Closed bkbm closed 6 months ago

bkbm commented 6 months ago

create system that scans the source code generating a list of tokens/lexemes.