Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hentom/LOOP-Interpreter

Small and simple C-based LOOP interpreter.
https://github.com/hentom/LOOP-Interpreter

Last synced: 2 months ago
JSON representation

Small and simple C-based LOOP interpreter.

Awesome Lists containing this project

README

        

# 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.