Update README.md (#2419)

This commit is contained in:
Alexey Krivonogov 2019-03-17 00:46:10 +05:00 committed by Avelino
parent 307e99de1d
commit 45d1d5f955

View File

@ -568,6 +568,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [anko](https://github.com/mattn/anko) - Scriptable interpreter written in Go.
* [binder](https://github.com/alexeyco/binder) - Go to Lua binding library, based on [gopher-lua](https://github.com/yuin/gopher-lua).
* [expr](https://github.com/antonmedv/expr) - an engine that can evaluate expressions.
* [gentee](https://github.com/gentee/gentee) - Embeddable scripting programming language.
* [gisp](https://github.com/jcla1/gisp) - Simple LISP in Go.
* [go-duktape](https://github.com/olebedev/go-duktape) - Duktape JavaScript engine bindings for Go.
* [go-lua](https://github.com/Shopify/go-lua) - Port of the Lua 5.2 VM to pure Go.