Skip to content

Evaluate arithmetic expressions using postfix notation

License

Notifications You must be signed in to change notification settings

keveri/postfix_eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT

postfix_eval

Evaluate arithmetic expressions using postfix notation (also known as Reverse Polish Notation or RPN).

Setup

Build:

$ make

Clean:

$ make clean

Usage

Program reads input from stdin.

Example:

$ echo "1 2 + 3 *" | postfix_eval
9

About

Evaluate arithmetic expressions using postfix notation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published