Add cel-go (#2756)

This commit is contained in:
Tobiasz Heller 2019-10-12 10:31:37 +02:00 committed by Avelino
parent 064a9d2d7c
commit 85b678cc4b

View File

@ -618,6 +618,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [agora](https://github.com/PuerkitoBio/agora) - Dynamically typed, embeddable programming language in Go.
* [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.
* [gentee](https://github.com/gentee/gentee) - Embeddable scripting programming language.
* [gisp](https://github.com/jcla1/gisp) - Simple LISP in Go.