Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 320 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 320 Bytes

lambdapi

Deno TypeScript implementation of LambdaPi interpreter from "A Tutorial Implementation of a Dependently Typed Lambda Calculus" https://www.andres-loeh.de/LambdaPi/

Run simply typed lambda calculus interpreter with:

deno run src/lambda/main.ts

Run LambdaPi interpreter with:

denu run src/lambdapi/main.ts