Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/l0stman/loot

A toy Scheme interpreter in C
https://github.com/l0stman/loot

Last synced: 3 months ago
JSON representation

A toy Scheme interpreter in C

Awesome Lists containing this project

README

        

This is a toy scheme interpreter implemented in C. To compile it:
> make depend && make
And to install
> make install clean

If you're under Linux, you should use pmake which is the BSD version
of make. This will install the binary under $HOME/bin so it should be
on your $PATH environment variable.