ballard26 / ski-interpreter-csharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C# SKI Combinator Calculus Interpreter

Explanation

SKI Combinator Calculus is a simple Turning complete programming language. It is a simplify version of lambda calculus without variables.

This project is a basic interpreter for this language written in C#.

Running

With Docker installed:

$ docker build -t ski-csharp .; docker run ski-csharp

Or with the Dotnet SDK installed:

$ dotnet run

About


Languages

Language:C# 94.6%Language:Dockerfile 5.4%