Skip to content
/ RPN Public

A Reverse Polish Notation processor (2015)

Notifications You must be signed in to change notification settings

Akinevz/RPN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#ReversePolishParser


Simple reverse polish calculator that parses, tokenises and computes expressions in reverse polish notation.

Available operators: *, /, +, -, ", ^, **, l, #, ~

Everything operates on DOUBLEs

TODO: update code to make the character matching more functional like in recent projects.

About

A Reverse Polish Notation processor (2015)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages