Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/h4wk507/lisp_interpreter

A simple Lisp interpreter in C
https://github.com/h4wk507/lisp_interpreter

Last synced: 21 days ago
JSON representation

A simple Lisp interpreter in C

Awesome Lists containing this project

README

        

# A simple LISP interpreter
A simple LISP interpreter made in C using mpc library.
Source: https://github.com/orangeduck/mpc

## Quick start
```console
$ make
$ ./main
```