Skip to content

nnewram/sheep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages