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

https://github.com/lucretia/lispy

An implementation of a Lisp from Build your own Lisp written in Ada 2012.
https://github.com/lucretia/lispy

ada ada-port ada2012 gnat lisp mpc port tutorial tutorial-exercises tutorial-sourcecode tutorials

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Lispy

An implementation of a Lisp from [Build your own Lisp](http://www.buildyourownlisp.com) written in Ada 2012.

# Building

## GNAT

```bash
$ git clone [email protected]:Lucretia/lispy.git
$ cd lispy/build/gnat
$ make
```

# Dependencies

Ada 2012 compiler.

[MPC](https://github.com/orangeduck/mpc.git)

## 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](./mpc) lib which is included in this project, see the
[LICENSE](./mpc/LICENSE.md) file for more information.

# Licence

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