Skip to content

a simple formatter that convert the infix notation into postfix notation then parse it to get the value

License

Notifications You must be signed in to change notification settings

BlinfoldKing/postfix-arithmetic-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

postfix-arithmetic-formatter

a simple formatter that convert the infix notation into postfix notation then parse it to get the value

how to use

just run the .exe file or compile the main.cpp

current limitation

every operand should be a single digit integer (ex : 1 + 2 - 9)

About

a simple formatter that convert the infix notation into postfix notation then parse it to get the value

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages