Skip to content

ercpe/pyrpn

Repository files navigation

pyrpn

Build Status Coverage Status

pyrpn is a Python implementation of a RPN (reverse polish notation) parser.

Usage

from rpn import RPN

print(RPN().calc('2 3 +'))
>> 5

License

See LICENSE.txt