No description
Find a file
2026-05-16 18:58:21 +02:00
app feat(lib.hs): fix eagerness 2026-05-14 16:40:37 +02:00
src fix and simplify sub and eval_env 2026-05-16 18:58:21 +02:00
test incredible improvements 2026-04-09 02:23:35 +02:00
.gitignore incredible improvements 2026-04-09 02:23:35 +02:00
CHANGELOG.md incredible improvements 2026-04-09 02:23:35 +02:00
lambda.cabal feat(lib.hs): fix eagerness 2026-05-14 16:40:37 +02:00
LICENSE incredible improvements 2026-04-09 02:23:35 +02:00
package.yaml feat(lib.hs): fix eagerness 2026-05-14 16:40:37 +02:00
README.md README.md: Update readme: 2026-05-04 14:23:00 +02:00
Setup.hs incredible improvements 2026-04-09 02:23:35 +02:00
stack.yaml incredible improvements 2026-04-09 02:23:35 +02:00
stack.yaml.lock incredible improvements 2026-04-09 02:23:35 +02:00
stdlib.lambda feat(lib.hs): Parse simple .lambda definition file and fix some issues with evaluation 2026-05-11 16:56:34 +02:00

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.