JackAWatt / ruby_rpn

reverse polish notation calculator in ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reverse polish notation calculator in ruby

#current version

  • takes 1 line of input in the form of "1 23 32 + 33 / 13 - / "

  • working symbols:

    • /
    • %
    • **

to implement

  • instead of failing reprompt
  • keep a log of inputs and allow cycling with arrows

About

reverse polish notation calculator in ruby

License:MIT License


Languages

Language:Ruby 100.0%