aboutsummaryrefslogtreecommitdiff
path: root/stlc-let.rkt
Commit message (Expand)AuthorAge
* backport check refactoringsJJ2024-07-16
* backport interpret-/infer-/check- renaming and remove implicit paramsJJ2024-07-15
* broadly switch to infix operatorsJJ2024-06-21
* go all in on unicode: rename ctx and heap to \Gamma and \SigmaJJ2024-06-20
* stlc-*: do not throw errors within checkJJ2024-06-15
* stlc-let: reimplementJJ2024-06-15
* lib: provide fmt and strip functionsJJ2024-06-08
* lc, stlc-let: rewrite interpreterJJ2024-05-22
* implement the simply-typed lambda calculus with referencesJJ2024-05-22
* stlc-let: fixes to check/infer functionsJJ2024-05-15
* stlc-let: capture environments in closuresJJ2024-05-15
* stlc-let: implementation fixes & testsJJ2024-05-15
* implement the simply-typed lambda calculusJJ2024-05-15