Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shoemakerc/scheme-interpreter

Interpreter for Scheme; made in C
https://github.com/shoemakerc/scheme-interpreter

Last synced: 2 months ago
JSON representation

Interpreter for Scheme; made in C

Awesome Lists containing this project

README

        

# scheme-interpreter
A tool for parsing Scheme code (in the form of .txt files) and interpreting/running them as C programs.

Created by Chris Shoemaker and Nikita Fomitchev for CS 251: Programming Languages, Carleton College, spring 2016.

Core code and functionality are under `interpreter.c`