Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/l0stman/loot
- Owner: l0stman
- Created: 2009-08-24T15:24:15.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T15:58:08.000Z (over 10 years ago)
- Last Synced: 2024-04-24T16:14:58.957Z (7 months ago)
- Language: C
- Homepage: loot
- Size: 445 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- AwesomeInterpreter - loot
README
This is a toy scheme interpreter implemented in C. To compile it:
> make depend && make
And to install
> make install cleanIf 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.