https://github.com/hentom/LOOP-Interpreter
Small and simple C-based LOOP interpreter.
https://github.com/hentom/LOOP-Interpreter
Last synced: 6 months ago
JSON representation
Small and simple C-based LOOP interpreter.
- Host: GitHub
- URL: https://github.com/hentom/LOOP-Interpreter
- Owner: hentom
- License: mit
- Created: 2017-04-21T14:45:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T19:16:00.000Z (almost 6 years ago)
- Last Synced: 2024-04-24T15:34:41.846Z (over 1 year ago)
- Language: C
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - LOOP-Interpreter
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.