Skip to content

tadeuzagallo/lc-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lc-js: A λ-calculus interpreter written in JavaScript

This interpreter was written for this blog post and was based on the implementation showed in the book Types and Programming Languages.

Running

In order to run the interpreter, clone this repo, and run:

$ node index.js <file>

You can also print the AST for the program by running:

$ node index.js --ast <file>

About

A λ-calculus interpreter written in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published