/rpn_calc

A C program that takes a string which contains an equation written in Reverse Polish notation (RPN) as its first argument, evaluates the equation, and prints the result on the standard output.

Primary LanguageC

Watchers