This is a calculator that includes operator precedence, that is, multiplication before addition. No variables are hidden, so, if you are fast, you might see how it works. Update log: Fix #1: * Fixed multicharacter numbers. * Parentheses still don't work. That will require me to restructure it.