Interpreter

February 19, 2019 ยท View on GitHub

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