newmen / micro-scheme

The simple implementation of Scheme (Lisp dialect)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

micro-scheme

The simple implementation of Scheme (Lisp dialect)

Micro-scheme implements basic arithmetic operations, conditional expression and allows you to define the user functions and lambdas. The user function could be a high-order function.

Below is the class diagram:

Class diagram

where user functions depends from other components as follows:

Dependencies

License

Distributed under the MIT License.

About

The simple implementation of Scheme (Lisp dialect)


Languages

Language:C++ 95.6%Language:Makefile 4.4%