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.
- Host: GitHub
- URL: https://github.com/wheelerlaw/interp
- Owner: wheelerlaw
- Created: 2014-10-10T03:53:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-10T04:01:58.000Z (over 10 years ago)
- Last Synced: 2025-01-30T07:31:08.601Z (4 months ago)
- Language: C
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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.