Deno TypeScript implementation of LambdaPi interpreter from "A Tutorial Implementation of a Dependently Typed Lambda Calculus" https://www.andres-loeh.de/LambdaPi/
Repository
Current version released
3 years ago
Versions
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