/bcrpn

An arbritrary precision python INFIX to RPN class with a RPN solver

Primary LanguagePython

bcrpn

bcrpn is a bc like python script with a class that :

  • sanitize user INFIX
  • convert INFIX to POSTFIX
  • convert POSTFIX to RPN
  • compute RPN output stack