Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 307 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 307 Bytes

py-lambda

An implementation of the untyped lambda caluclus in python.

  • Lexer
  • Parser
    • Improve error reporting with source location indicator
  • Normalization
  • Cmd repl
    • Add history
    • Add small environment of lambda encoded functions
  • Add primitive data