Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 326 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 326 Bytes

LambdaLisp

Created by Albert Chen, Evan Goode, and Matthew Woodward

How to use

  1. Set up poetry: https://github.com/python-poetry/poetry, or run nix-shell if you use Nix.

  2. poetry install.

Edit the source code at the bottom of compiler.py, then,

  1. poetry run ./compiler.py

  2. pytest to run the tests