Merge pull request #418 from bontibon/patch-1

add gopher-lua
This commit is contained in:
Matt Holt 2015-05-22 10:52:50 -06:00
commit ff5313b78c

View File

@ -278,6 +278,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [go-lua](https://github.com/Shopify/go-lua) - A port of the Lua 5.2 VM to pure Go * [go-lua](https://github.com/Shopify/go-lua) - A port of the Lua 5.2 VM to pure Go
* [go-python](https://github.com/sbinet/go-python) - naive go bindings to the CPython C-API * [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 * [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
* [otto](https://github.com/robertkrimen/otto) - A JavaScript interpreter written in Go * [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 * [purl](https://github.com/ian-kent/purl) - Perl 5.18.2 embedded in Go