Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliaamohamedali/Interpreter
A (CLanguage) implementation of an interpreter that reads in, verifies and calculate mathematical equations and assign them to a variable that can also be used in latter calculations. detects errors of undeclared variables or wrongly formatted equations.
https://github.com/aliaamohamedali/Interpreter
Last synced: 2 months ago
JSON representation
A (CLanguage) implementation of an interpreter that reads in, verifies and calculate mathematical equations and assign them to a variable that can also be used in latter calculations. detects errors of undeclared variables or wrongly formatted equations.
- Host: GitHub
- URL: https://github.com/aliaamohamedali/Interpreter
- Owner: aliaamohamedali
- Created: 2018-08-04T11:19:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T11:21:27.000Z (over 6 years ago)
- Last Synced: 2024-04-24T16:41:40.440Z (9 months ago)
- Language: C
- Size: 39.1 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 (CLanguage) implementation of an interpreter that reads in, verifies and calculate mathematical equations and assign them to a variable that can also be used in latter calculations. detects errors of undeclared variables or wrongly formatted equations.