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: 6 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T16:41:15.000Z (over 7 years ago)
- Last Synced: 2024-04-24T16:41:44.315Z (about 1 year 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