Skip to content

Lucretia/lispy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.