https://github.com/chansuke/lisper
https://github.com/chansuke/lisper
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chansuke/lisper
- Owner: chansuke
- Created: 2015-12-05T17:22:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T15:43:19.000Z (over 10 years ago)
- Last Synced: 2025-01-17T03:44:33.601Z (over 1 year ago)
- Language: C
- Size: 146 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#lisper
This is a original lisp like language written in C.
I refered these two pages and using mpc for parser.
www.buildyourownlisp.com
http://mattn.kaoriya.net/software/build_your_own_programming_language.html