https://github.com/rtlevy/lambda-react
Interactive lambda calculus interpreter built with Typescript and React
https://github.com/rtlevy/lambda-react
Last synced: about 1 year ago
JSON representation
Interactive lambda calculus interpreter built with Typescript and React
- Host: GitHub
- URL: https://github.com/rtlevy/lambda-react
- Owner: rtlevy
- Created: 2020-06-09T01:22:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:57:11.000Z (over 3 years ago)
- Last Synced: 2024-05-31T21:22:45.811Z (about 2 years ago)
- Language: TypeScript
- Size: 493 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A web app for interactively exploring expressions in the lambda calculus
## Building
To build the project, run:
```
> npm install
> webpack
```
To serve the contents of the `public/` directory, run:
```
> npx http-server
```