An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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