-
Notifications
You must be signed in to change notification settings - Fork 0
cadl/lc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
a toy lambda calculus interpreter $ lua lc.lua or call repl() in lua repl ... <<< ^x.x >>> ^x.(x) <<< a b c d >>> (((a b) c) d) <<< (^x.x) y >>> y <<< (^n.^f.^x.f (n f x)) ^f.^x.x >>> ^f.(^x.((f x))) <<< (^m.^n.^f.^x.m f (n f x)) (^f.^x. x) (^f.^x.f x) >>> ^f.(^x.((f x))) no built-in church encoding no variable assignment
About
a clumsy lambda calculus interpreter with lua
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published