aboutsummaryrefslogtreecommitdiff
path: root/stlc-ref.rkt
Commit message (Expand)AuthorAge
* split lib into lib and base; move tests to separate files & directoryJJ2024-07-29
* backport check case reductionJJ2024-07-27
* 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-ref: rewrite, add type checkerJJ2024-06-15
* lib: provide fmt and strip functionsJJ2024-06-08
* implement the simply-typed lambda calculus with referencesJJ2024-05-22