Reverse Polish Notation calculator written in Python
Go to file
Pavle Portic 0457e29e6f
Add floordiv, mod and pi
2019-04-26 16:02:24 +02:00
.gitignore Initial commit 2019-04-18 15:07:48 +02:00
LICENSE Add License 2019-04-18 15:09:22 +02:00
constants.py Add floordiv, mod and pi 2019-04-26 16:02:24 +02:00
interpreter.py Add floordiv, mod and pi 2019-04-26 16:02:24 +02:00
lexer.py Add floordiv, mod and pi 2019-04-26 16:02:24 +02:00
main.py Add swap and pop operations and simplify code 2019-04-26 15:07:28 +02:00
token.py Add license header and hashbang 2019-04-21 17:42:46 +02:00