Simple-Tools
Simple-Tools copied to clipboard
This repo contains simple tools like clock, Calculator, etc.
Pls fix your code for infix to postfix ''' a$b$c--->abc $$ and not ab$c$ '''
1^1 should be 1. If you treat '^' as power operator, but its coming 0, so maybe it is XOR operator. But change it to power operator.
 When * is scanned after parenthesis it append * directly.
i found out the prefix evaluator is not working correctly for some of the complex expression with many "^" ( exponential ) symbols. will have a look.