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

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.

Awesome Lists containing this project

README

        

# MinLisp
[![Build Status](https://travis-ci.org/namachan10777/minlisp.svg?branch=dev)](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