Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 419 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 419 Bytes

Python lisp interpreter

To run it you need python installed on your computer.

Whole code was writting using test-driven-development.

Running example programs

$ python3 run.py run_examples

Testing

$ python3 run.py test

Running your own programs

To run your own program you need to add lisp file to lisp_programs folder and then run:

$ python3 run.py run <file_name>