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: 19 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T07:31:39.000Z (7 months ago)
- Last Synced: 2024-11-21T16:14:42.966Z (3 months ago)
- Topics: functional-programming, haskell, lambda-calculus, monad
- Language: Haskell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- 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