if anyone could help me make this actually calculate multistep equations that would be helpful (I built a parser for the numbers, but I'm not sure how to extract each operation AND have it remember PEMDAS) (ill give credit btw) (this parser is for a different project but i dotn think u wanna sort throguh the logic of that)
so rn it can only do multiple of the same expression like 9+200+48+38+8 or smth or 6x7x8x43 idk but i dont know how to make it do like (6+9)x10-7 or whatever