summaryrefslogtreecommitdiff
path: root/lambda-calcul/haskell/app
AgeCommit message (Collapse)Author
2025-10-17feat: add basic application to evaluate "programs"Arnaud Bailly
The main simply reads from its stdin, evaluates its input, and dump the result of the evaluation.