Skip to content

gagbo/byo-lisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

860782d · May 23, 2018

History

63 Commits
May 21, 2018
May 13, 2018
May 10, 2018
May 13, 2018
May 23, 2018
May 21, 2018
May 21, 2018
May 21, 2018
May 21, 2018
May 21, 2018
May 21, 2018

Repository files navigation

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

Releases

No releases published

Packages

No packages published