Now: Does It Convert the expression to reverse polish notation, which removes all parentheses making it super simple to calculate? That's what basically every calculator now a day does to parse the answer out, it also makes functions extremely simple to implement, heck it's the same as implementing + - * / I made a calculator just like this, built into my game 3D_PARKOUR, with R.P.N. ofcourse