No description
- Haskell 100%
| app | ||
| src | ||
| test | ||
| .gitignore | ||
| CHANGELOG.md | ||
| lambda.cabal | ||
| LICENSE | ||
| package.yaml | ||
| README.md | ||
| Setup.hs | ||
| stack.yaml | ||
| stack.yaml.lock | ||
| stdlib.lambda | ||
lambda
Library usage
Exposes AST and DEFAST which implement Read and eval methods.
See main and tests for examples
Docs in construction.
Usage
stack build run
Type in your lambda expressions and see how they're parsed + result.