Reverse Polish Notation calculator written in Python
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pavle Portic fece98a748
Fix subtract operator
4 years ago
.gitignore Initial commit 4 years ago
LICENSE Add License 4 years ago
constants.py Add floordiv, mod and pi 4 years ago
interpreter.py Add floordiv, mod and pi 4 years ago
lexer.py Fix subtract operator 4 years ago
rpncalc.py Fix subtract operator 4 years ago