Skip to content

wyattgill9/lambda-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Lambda Calculus Interpretor

Features:

  • Function application: Can handle multiple nested applications.
  • Variable substitution: Handling of bound and free variables.
  • Reduction order: Correctly reducing expressions step-by-step.
  • De Bruijn indices: Proper handling of variable indices

Outup

  • In De Bruijn form

About

Lambda Calculus interpretor and REPL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages