项目作者: archanpatkar

项目描述 :
Untyped Lambda Calculus
高级语言: JavaScript
项目地址: git://github.com/archanpatkar/ulc.git
创建时间: 2020-08-09T18:08:25Z
项目社区:https://github.com/archanpatkar/ulc

开源协议:MIT License

下载




Untyped Lambda Calculus


ULC is a small functional programming language based on Lambda Calculus(also known as untyped lambda calculus) with an interpreter (also compiles(pre-alpha) to SKI combinators). The syntax and semantics are similar to styla but ULC adds let bindings, pairs and removes typing.

Install

Clone the repo and cd into the repo folder and then execute -

npm install -g

After it successfully installs then type(to open the REPL) -

ulc

REPL