From a231fd3b0ce3c867458fe9620cfe022593658cc5 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Sat, 28 Mar 2020 12:34:37 +0300 Subject: [PATCH] Update expr description (#3024) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f79cdf6..aa3d4844 100644 --- a/README.md +++ b/README.md @@ -653,7 +653,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). * [cel-go](https://github.com/google/cel-go) - Fast, portable, non-Turing complete expression evaluation with gradual typing. -* [expr](https://github.com/antonmedv/expr) - an engine that can evaluate expressions. +* [expr](https://github.com/antonmedv/expr) - Expression evaluation engine for Go: fast, non-Turing complete, dynamic typing, static typing. * [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.