dibrinsofor / crisp

lisp in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crisp

A lisp implementation (with a repl) built on top of Daniel Holden's (theorangeduck) mpc parsing library. Works on Windows and Unix machines.

Build

gcc mpc.c repl.c -lm -ledit -o repl

-lm and -ledit are packages required to run the language. You may need to install these.

Run

./repl

Add. Specs

  • def to declare variables.
  • def {a-m} (\ {x y} {+ x y})

About

lisp in C


Languages

Language:C 99.9%Language:Makefile 0.1%