https://github.com/darrenyip/interpreter
simple interpreter for abstract machine
https://github.com/darrenyip/interpreter
Last synced: 5 months ago
JSON representation
simple interpreter for abstract machine
- Host: GitHub
- URL: https://github.com/darrenyip/interpreter
- Owner: darrenyip
- Created: 2019-02-15T06:04:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T21:22:16.000Z (about 6 years ago)
- Last Synced: 2024-04-24T16:41:45.296Z (12 months ago)
- Language: C
- Size: 541 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - interpreter
README
# Interpreter
## Simple Interpreter for Abstract machine code
#### How to run this program
1. Download from this github page to local storeage
2. Open the folder in your terminal
3. $make && ./interpreter [your own test file]
4. Your result should be shown on your terminal