Skip to content

khushwin0303/scheme-interpreter

Repository files navigation

scheme-interpreter

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published