Skip to content

deciduously/blisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages