emacsway / blisp

A mini LISP writen in C based on the book "Build Your Own LISP"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Build cc -std=c99 -Wall blisp.c mpc.c -ledit -lm -o blisp.out

About

A mini LISP writen in C based on the book "Build Your Own LISP"


Languages

Language:C 100.0%