Skip to content

JackAWatt/ruby_rpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages