deciduously / blisp

Build Your Own Lisp tutorial follow-along

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blisp

Repo for following along with the Build Your Own Lisp book, and subsequent tinkering.

Includes mpc.c and mpc.h from the mpc repo.

Requirements

  • A C compiler

Usage

cc --std=c99 -Wall blisp.c mpc.c -lreadline -lm -o blisp && ./blisp

About

Build Your Own Lisp tutorial follow-along

License:MIT License


Languages

Language:C 100.0%