bkbm / rslogo

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

Create token types #12

Closed bkbm closed 6 months ago

bkbm commented 6 months ago

Need to write down the types of tokens for logo. Figure out the structure of it to have the type be an attribute or have the type be a larger object struct enum.