Skip to content

mj426382/Lisp-interpreter

Repository files navigation

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>

About

Python lisp interpreter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published