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

https://github.com/terminaldweller/simpleinterpreter

A very simple stack-machine interpreter.
https://github.com/terminaldweller/simpleinterpreter

interpreter stack-machine

Last synced: 6 months ago
JSON representation

A very simple stack-machine interpreter.

Awesome Lists containing this project

README

          

# simpleInterpreter
simpleInterpreter is an interpreter for a very simple stack machine architecture. The interpreter accepts one text file, converts it to the bytecode, and then executes the bytecode.

## Bulding and Running
To build the interpreter just run make.

The interpreter takes one file and runs it.