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
- Host: GitHub
- URL: https://github.com/bohun9/shambda
- Owner: Bohun9
- Created: 2025-10-03T01:12:41.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-10-03T20:52:40.000Z (8 months ago)
- Last Synced: 2025-10-03T22:26:41.132Z (8 months ago)
- Topics: bash, compiler, lambda-calculus, transpiler
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```