Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sheep

λ-calculus toolkit

Usage

from sheep import parsex

p = parsex.LamPar("λλλ 3 1 (2 1)")
parsed = p.parse()

print("λα1.λα2.λα3.((3 1) (2 1)) =", parsed)

Reason

I made this project mainly because it's fun, but I hope it can be useful for other people as well.
Currently working on "normalizing" de bruijn indexed anonymous abstractions, feel free to add more tools in tools.py.
The end goal is to have an interactive graph-viewer for lambda expressions.

About

λ-calculus toolkit

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages