Skip to content
/ jslambda Public

An experimental parser of calculus lambda made for study purpose

Notifications You must be signed in to change notification settings

halan/jslambda

Repository files navigation

jslambda

An experimental parser of calculus lambda made for study purpose

To see it running you should compile the parser first:

npm run compile

Then you can try things like that:

cat example.lambda | ./index.js
# false

That dialect of calculus lambda is strongly based on the book "An Introduction to Functional Programming Through Lambda Calculus". So I added support to "def" statements and I also want implement a way to import external files where I'll put common functions like numbers, booleans and basic logic.

About

An experimental parser of calculus lambda made for study purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published