DexinLi / toys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toys

  • interp1.ss --A basic interpreter that can interpret lambda calculus without first-class function

  • interp-lambda.ss --A call-by-value interpreter can interpret lambda calculus completely

  • inferencer.ss --A type inferencer for STLC(simply typed lambda calculus)

About


Languages

Language:Scheme 100.0%