# rpncalc simple rpn calculator inspired by emacs calc To build: ```sh DIR=build meson $DIR cd $DIR ninja ``` To execute: ```sh ./rpncalc ``` Installation will be possible in future releases