Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 686 Bytes

README.rst

File metadata and controls

30 lines (20 loc) · 686 Bytes

Build Your Own Lisp

Disclaimer : The main reason for this repo is only synchronization in case my laptop burns. This means that the code is not commented as it should

I'm following an online book about building a small Lisp in C so I can learn more about how Lisp works and learning how to maintain manually a Makefile for a slightly bigger C project.

1. Build instructions

make lisp
./lisp

To pass the tests (currently you have to exit prompt manually after loading a file) :

./lisp test_native.lspy
./lisp test_stdlib.lspy