rpn This repository contains a very minimal implementation of the reverse polish notation in C. Building cc -Wall -Wextra -pedantic rpn.c References https://en.wikipedia.org/wiki/Reverse_Polish_notation