An open API service indexing awesome lists of open source software.

https://github.com/wheelerlaw/interp

Interp is a simple calculator/expression interpreter written in C.
https://github.com/wheelerlaw/interp

Last synced: 2 months ago
JSON representation

Interp is a simple calculator/expression interpreter written in C.

Awesome Lists containing this project

README

        

Author: Wheeler Law
Description: A simple calculator/term evaluator. Takes in terms in postfix
order and parses them to give a result.

To compile this program, you must be running on Linux compiling with gcc
4.6.3 or compatible. You can enter the manual gcc commands or you can just
run the provided make file.