Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertostling/lisp1k
Interpreter for a minimal LISP-like language (in 1k lines of C)
https://github.com/robertostling/lisp1k
Last synced: 2 months ago
JSON representation
Interpreter for a minimal LISP-like language (in 1k lines of C)
- Host: GitHub
- URL: https://github.com/robertostling/lisp1k
- Owner: robertostling
- License: gpl-3.0
- Created: 2015-12-07T15:34:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T20:30:13.000Z (almost 8 years ago)
- Last Synced: 2024-04-24T16:15:36.140Z (9 months ago)
- Language: C
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - lisp1k
README
# lisp1k
Interpreter for a minimal LISP-like language (in 1k lines of C)## Quick start
To build and test the interpreter, just type:
make
./lisp