i decided to make things worse
it seems to
sorta work?? https://computerfairi.es/media/tBQa9mZDkH4SbOkROzM https://computerfairi.es/media/6tUvGdMaHi9ME7v-L7Y
@boots oooh, an esoteric/golfing language?
@zyabin101 definitely not a golfing language
@zyabin101 it's basically an esolang that tries to make working with numbers very, very hard
@zyabin101 and uh
that's it
also, your only possible starting states are 0 and 9
@zyabin101 you can interpret a number as base 16 (20 => 0x20 => 32) or base 8 (20 => 020 => 16), and switch between odd and even (even numbers get subtracted by one, odd numbers have one added to them)