rrivirr / rriv-rust

GNU General Public License v3.0
3 stars 4 forks source link

Command Recognizer #14

Closed ZavenArra closed 1 year ago

ZavenArra commented 1 year ago

https://github.com/rrivirr/rriv-rust/issues/2 https://github.com/rrivirr/rriv-rust/issues/3 https://github.com/rrivirr/rriv-rust/issues/4

fixes #2 fixes #3 fixes #4

ZavenArra commented 1 year ago

hey @misterinterrupt could I get a review on this PR?

misterinterrupt commented 1 year ago

I think you will need to waste a cell as an end marker. also you may need to `((cur - end+1)%size)

misterinterrupt commented 1 year ago

whoops i was looking at the old version