Skip to content
/ rpn Public

Reverse Polish notation converter and calculator.

License

Notifications You must be signed in to change notification settings

uemanon/rpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpn

Using shunting-yard algorithm convert infix notation to postfix notation(reverse Polish notation).

A calculator for postfix expressions.

Most unary operations have not been implemented.

License

MIT.