Home

Awesome

LOOP-Interpreter

Small and simple C-based LOOP interpreter.

This is a small LOOP interpreter. It is written in the C programming language using only the C standard library and should build with any C99 compliant compiler.

Building

Create directory build and use CMake 3.1 or newer to create a project or makefile for your local compiler in that directory.

Usage

Call the executable loop with your LOOP program as the first command line parameter and a variable mapping beginning with x1 with all following paramters.