#converter #infix #notation #polish #reverse #executable #lib

bin+lib revpolnot

A simple Infix to Reverse Polish notation converter lib and executable

3 stable releases

1.0.2 Dec 28, 2019
1.0.0 Dec 27, 2019

#8 in #infix

40 downloads per month

GPL-3.0 license

6KB
154 lines

revpolnot

A simple Infix to Reverse Polish notation converter.

For example:

4 - (1 - 6)

becomes

4 1 6 - -

Dependencies

~2.5MB
~48K SLoC