Repo for following along with the Build Your Own Lisp book, and subsequent tinkering.
Includes mpc.c and mpc.h from the mpc repo.
- A C compiler
cc --std=c99 -Wall blisp.c mpc.c -lreadline -lm -o blisp && ./blisp
| Name | Name | Last commit date | ||
|---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
Repo for following along with the Build Your Own Lisp book, and subsequent tinkering.
Includes mpc.c and mpc.h from the mpc repo.
cc --std=c99 -Wall blisp.c mpc.c -lreadline -lm -o blisp && ./blisp