Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danthelion/selyp

A Lisp interpreter implemented in C.
https://github.com/danthelion/selyp

c c99 lisp lisp-dialect lisp-interpreter

Last synced: about 2 months ago
JSON representation

A Lisp interpreter implemented in C.

Awesome Lists containing this project

README

        

# Selyp
A Lisp interpreter implemented in C.

![Selyp Logo](selyp_logo.png "Selyp Logo")

Based on http://www.buildyourownlisp.com.

## Dependencies

* https://github.com/orangeduck/mpc

## Build
### macOS
```
$ cc -std=99 -Wall selyp.c mpc.c -leddit -o selyp
```
## Run
```
$ ./selyp
> load "stdlib.selyp"
```