From 795d6bd3e1b8acbce47a2509787321594e655991 Mon Sep 17 00:00:00 2001 From: generikvault <31845534+generikvault@users.noreply.github.com> Date: Thu, 24 Jan 2019 16:38:37 +0100 Subject: [PATCH] Added gval to Embeddable Scripting Languages (#2335) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7ffbebe..b6de4c14 100644 --- a/README.md +++ b/README.md @@ -560,6 +560,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) - Lua 5.1 VM and compiler written in Go. +* [gval](https://github.com/PaesslerAG/gval) - A highly customizable expression language written in Go. * [ngaro](https://github.com/db47h/ngaro) - Embeddable Ngaro VM implementation enabling scripting in Retro. * [otto](https://github.com/robertkrimen/otto) - JavaScript interpreter written in Go. * [purl](https://github.com/ian-kent/purl) - Perl 5.18.2 embedded in Go.