https://github.com/namachan10777/minlisp
A minimal Lisp implementation.
https://github.com/namachan10777/minlisp
Last synced: 2 months ago
JSON representation
A minimal Lisp implementation.
- Host: GitHub
- URL: https://github.com/namachan10777/minlisp
- Owner: namachan10777
- Created: 2017-12-14T16:24:56.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2018-01-15T14:55:04.000Z (over 7 years ago)
- Last Synced: 2025-03-15T07:35:18.015Z (3 months ago)
- Language: C
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MinLisp
[](https://travis-ci.org/namachan10777/minlisp)minimum lisp implementation in C.
This program depends only C standard library.
# Language Function
* Floating number
* Function defination
* Variable
* Lexical scope
* cons, cdr, car
* if
* quote
# Licence
Copyright © 2017 Nakano Masaki All Rights Reserved
Boost Software Licence 1.0