Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shoemakerc/scheme-interpreter
- Owner: shoemakerc
- Created: 2017-08-02T05:35:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T18:24:02.000Z (over 7 years ago)
- Last Synced: 2024-04-24T15:34:41.357Z (9 months ago)
- Language: C
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - scheme-interpreter
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`