Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fitter0happier/lambda_parser
Lambda Calculus parser
https://github.com/fitter0happier/lambda_parser
functional-programming haskell lambda-calculus monad
Last synced: 26 days ago
JSON representation
Lambda Calculus parser
- Host: GitHub
- URL: https://github.com/fitter0happier/lambda_parser
- Owner: fitter0happier
- Created: 2024-07-22T07:29:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T07:31:39.000Z (4 months ago)
- Last Synced: 2024-09-30T09:03:15.757Z (about 1 month ago)
- Topics: functional-programming, haskell, lambda-calculus, monad
- Language: Haskell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Implementation of Lambda Calculus parser
Capable of parsing and evaluating correctly lambda terms using beta-reduction