From 07138597ecb10b85e8ebc36ccc54b47b6fa3ef1c Mon Sep 17 00:00:00 2001 From: Matthias Ladkau Date: Tue, 22 Dec 2020 07:45:27 +0000 Subject: [PATCH] doc: Adding ECAL language interpreter (#3396) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1781171..3f750fdd 100644 --- a/README.md +++ b/README.md @@ -688,6 +688,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. +* [ecal](https://github.com/krotik/ecal) - A simple embeddable scripting language which supports concurrent event processing. * [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.