README: add ada.2
authorJoel Martin <github@martintribe.org>
Wed, 27 Mar 2019 16:22:32 +0000 (11:22 -0500)
committerJoel Martin <github@martintribe.org>
Wed, 27 Mar 2019 16:22:32 +0000 (11:22 -0500)
README.md

index 6710ddb..dc11669 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,11 +6,12 @@
 
 **1. Mal is a Clojure inspired Lisp interpreter**
 
-**2. Mal is implemented in 75 languages**
+**2. Mal is implemented in 75 languages (76 implementations total)**
 
 | Language | Creator |
 | -------- | ------- |
 | [Ada](#ada) | [Chris Moore](https://github.com/zmower) |
+| [Ada.2](#ada.2) | [Nicolas Boulenguez](https://github.com/asarhaddon) |
 | [GNU Awk](#gnu-awk) | [Miutsuru Kariya](https://github.com/kariya-mitsuru) |
 | [Bash 4](#bash-4) | [Joel Martin](https://github.com/kanaka)  |
 | [BASIC](#basic-c64-and-qbasic) (C64 &amp; QBasic) | [Joel Martin](https://github.com/kanaka) |
@@ -170,6 +171,17 @@ make
 ./stepX_YYY
 ```
 
+### Ada.2
+
+The second Ada implementation was developed with GNAT 8 and links with
+the GNU readline library.
+
+```
+cd ada
+make
+./stepX_YYY
+```
+
 ### GNU awk
 
 The GNU awk implementation of mal has been tested with GNU awk 4.1.1.