A scheme interpreter coded in C. This interpreter allows the user to do these scheme commands:
- car
- cdr
- quote
- symbol?
- cons
- append
- null?
- equal?
- cond
- assoc
It also allows the for user-defined functions. Instructions to run the program are in the Makefile.