This is the official repository for the Lambda Interpreter (\lprogi), an open source implementation of an interpreter for the Lambda-Prog (\lprog) programming language in C.
See LICENSE for information on how this software is licensed.
The specification for the \lprog language can be found in the file docs/language_spec.md.
Requirements: C compiler, CMake
cd lambda_interpreter
mkdir build && cd build
cmake ..
make
lprogi [options...] [files...]
-h
: Prints this help and exits-i
: Runs in interactive mode after running the files