bkbm / rslogo

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

Convert Panic functions of turtle into results #1

Closed bkbm closed 6 months ago

bkbm commented 6 months ago

Make command methods return result enum if they can cause the program to panic, then modify method to ensure an err is returned instead of panic and ok is returned otherwise

bkbm commented 6 months ago

Added the functionality will need to make my own errors at some point but string messages work for now.