From 0b975a8ff54fe16dc3f82f4c1c1168bd1f53aaf8 Mon Sep 17 00:00:00 2001 From: Denis Bernard Date: Thu, 11 Aug 2016 14:26:14 +0200 Subject: [PATCH] Add Ngaro to Embeddable Scripting Languages [ngaro](https://github.com/db47h/ngaro) - Ngaro VM implementation enabling scripting in Retro --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1761ab3..6ef4653b 100644 --- a/README.md +++ b/README.md @@ -378,6 +378,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-python](https://github.com/sbinet/go-python) - naive go bindings to the CPython C-API * [golua](https://github.com/aarzilli/golua) - Go bindings for Lua C API * [gopher-lua](https://github.com/yuin/gopher-lua) - a Lua 5.1 VM and compiler written in Go +* [ngaro](https://github.com/db47h/ngaro) - Embeddable Ngaro VM implementation enabling scripting in Retro * [otto](https://github.com/robertkrimen/otto) - A JavaScript interpreter written in Go * [purl](https://github.com/ian-kent/purl) - Perl 5.18.2 embedded in Go