Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jroesch/lispplusplus
A simple C++ Lisp Implementation.
https://github.com/jroesch/lispplusplus
Last synced: 24 days ago
JSON representation
A simple C++ Lisp Implementation.
- Host: GitHub
- URL: https://github.com/jroesch/lispplusplus
- Owner: jroesch
- Created: 2011-12-20T05:41:06.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-20T05:53:55.000Z (almost 13 years ago)
- Last Synced: 2023-03-14T05:31:03.451Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
A basic implementation of a Lisp Interpreter, written in C++, using it as exercise to improve my skills at implementing a Lisp, and just a general C++ programming exercise.