Announcing RPN

Posted on Sun 03 May 2020 in tech • Tagged with calculator, GPLv3, lex, yacc, c++, programming

RPN is a reverse polish command line calculator and repl. It is written in C++ with Lex and Yacc generated grammar. RPN provides a similar syntax as classic reverse polish calculators. I have just released it under the GNU GPLv3 on my github page.