Skip to content

Onofre-Portfolio/lambda-calculus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda Calculus in OCaml

The idea of this project is to study concepts of language engineering such as lexical analysis, syntax analysis and semantic analysis. The language was supposed to be the classic untyped lambda calculus.

Dependencies

  • Sedlex
  • Menhir
  • ppx_deriving
  • Nix (You can try to build without it)

Start nix shell

nix develop

You might need to enable flake and nix-command.

How to run

With source file

dune exec interpreter <filename>.lambda

Interactive

dune exec interpreter

References

Paper reference: A Tutorial Introduction to the Lambda Calculus

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published