3 stable releases
1.0.2 | Dec 28, 2019 |
---|---|
1.0.0 | Dec 27, 2019 |
#8 in #infix
6KB
154 lines
revpolnot
A simple Infix to Reverse Polish notation converter.
For example:
4 - (1 - 6)
becomes
4 1 6 - -
Dependencies
~3MB
~50K SLoC
A simple Infix to Reverse Polish notation converter lib and executable
1.0.2 | Dec 28, 2019 |
---|---|
1.0.0 | Dec 27, 2019 |
#8 in #infix
6KB
154 lines
A simple Infix to Reverse Polish notation converter.
For example:
4 - (1 - 6)
becomes
4 1 6 - -
~3MB
~50K SLoC