Lucretia / lispy

An implementation of a Lisp from Build your own Lisp written in Ada 2012.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lispy

An implementation of a Lisp from Build your own Lisp written in Ada 2012.

Building

GNAT

$ git clone git@github.com:Lucretia/lispy.git
$ cd lispy/build/gnat
$ make

Dependencies

Ada 2012 compiler.

MPC

Tested with

FSF GNAT 7.3.0

Copyright

Copyright (C) 2018-2019 by Luke A. Guest

Other Copyrights held by Daniel Holden for his MPC lib which is included in this project, see the LICENSE file for more information.

Licence

New-style BSD, see LICENCE file in source root directory and at the start of all source files.

About

An implementation of a Lisp from Build your own Lisp written in Ada 2012.

License:Other


Languages

Language:C 87.4%Language:Ada 12.1%Language:Makefile 0.5%