Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/h4wk507/lisp_interpreter
- Owner: H4wk507
- License: mit
- Created: 2022-07-19T16:55:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T21:38:35.000Z (over 2 years ago)
- Last Synced: 2023-07-29T12:45:51.368Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```