No description
Find a file
2026-05-11 18:57:41 +02:00
app feat(lib.hs): Parse simple .lambda definition file and fix some issues with evaluation 2026-05-11 16:56:34 +02:00
src feat(lib.hs): more efficient eval (more versions to come) 2026-05-11 18:57:41 +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): Add stateful computation with env 2026-05-04 01:53:40 +02:00
LICENSE incredible improvements 2026-04-09 02:23:35 +02:00
package.yaml feat(lib.hs): Add stateful computation with env 2026-05-04 01:53:40 +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.