Skip to content

dibrinsofor/crisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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})

Releases

No releases published

Packages

No packages published