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

https://github.com/bohun9/shambda

Transpiler from Lambda Calculus to Bash
https://github.com/bohun9/shambda

bash compiler lambda-calculus transpiler

Last synced: about 2 months ago
JSON representation

Transpiler from Lambda Calculus to Bash

Awesome Lists containing this project

README

          

## shambda
shambda is a simple compiler that translates lambda calculus into Bash.

### Installation
```
npm install
```

### Usage
```
npm run build
npm start -- [--dump-surface] [--dump-core]
```