Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SandraSherif/Interpreter
simple interpreter that executes instructions and print the result of each instruction. Example for input and output:- Enter the expression (or “end” to exit): X = 12.5 The value of entered expression =12.5 Enter the expression (or “end” to exit): Y = X*4/5 The value of entered expression =10.0
https://github.com/SandraSherif/Interpreter
Last synced: 3 months ago
JSON representation
simple interpreter that executes instructions and print the result of each instruction. Example for input and output:- Enter the expression (or “end” to exit): X = 12.5 The value of entered expression =12.5 Enter the expression (or “end” to exit): Y = X*4/5 The value of entered expression =10.0
- Host: GitHub
- URL: https://github.com/SandraSherif/Interpreter
- Owner: SandraSherif
- Created: 2018-01-27T16:38:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T16:41:15.000Z (almost 7 years ago)
- Last Synced: 2024-04-24T16:41:44.315Z (7 months ago)
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - Interpreter
README
# Interpreter