Skip to content

Lambda calculus interpreter with ML-like syntax written in OCaml

Notifications You must be signed in to change notification settings

gustavomedeiross/lambda-calculus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda Calculus

A lambda calculus interpreter with ML-like syntax and Hindley-Milner type inference (Algorithm W) written in OCaml

Usage

$ dune exec ./exec/interp.ml [filename]

Example

$ dune exec ./exec/interp.ml example.ml

About

Lambda calculus interpreter with ML-like syntax written in OCaml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published