Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedhammad97/Interpreter
A C program that reads a new expression every time, process it and calculate a value, then assign it to the variable name, store them both in a hash map. Repeat with new expression.
https://github.com/ahmedhammad97/Interpreter
Last synced: 2 months ago
JSON representation
A C program that reads a new expression every time, process it and calculate a value, then assign it to the variable name, store them both in a hash map. Repeat with new expression.
- Host: GitHub
- URL: https://github.com/ahmedhammad97/Interpreter
- Owner: ahmedhammad97
- Created: 2017-06-30T21:46:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T21:47:50.000Z (over 7 years ago)
- Last Synced: 2024-04-24T16:41:40.209Z (9 months ago)
- Language: C
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - Interpreter
README
# Interpreter
A C program that reads a new expression every time, process it and calculate a value, then assign it to the variable name, store them both in a hash map.
Then repeat the same process while using the early-read data.