A simple embeddable scripting language.

Matthias Ladkau a1ba9b4d93 feat: String interpolation il y a 3 ans
cli 07b3c799d5 feat: Adding import statements il y a 3 ans
config 840f1e1958 feat: Adding logging and sink support il y a 3 ans
engine cb65914e8e fix: Fix race condition for thread pool with one thread - fix race condition for error reporting il y a 3 ans
interpreter a1ba9b4d93 feat: String interpolation il y a 3 ans
parser a1ba9b4d93 feat: String interpolation il y a 3 ans
scope 840f1e1958 feat: Adding logging and sink support il y a 3 ans
stdlib 60b3888a69 feat: Adding initial interpreter and stdlib support il y a 3 ans
util dc8dfe88f7 feat: Adding exception handling il y a 3 ans
.gitignore 7ae4036818 feat: Adding initial skeleton il y a 3 ans
LICENSE 7ae4036818 feat: Adding initial skeleton il y a 3 ans
Makefile 7ae4036818 feat: Adding initial skeleton il y a 3 ans
NOTICE 7ae4036818 feat: Adding initial skeleton il y a 3 ans
README.md 7ae4036818 feat: Adding initial skeleton il y a 3 ans
ecal.md a1ba9b4d93 feat: String interpolation il y a 3 ans
engine.md 840f1e1958 feat: Adding logging and sink support il y a 3 ans
eval.go 60b3888a69 feat: Adding initial interpreter and stdlib support il y a 3 ans
go.mod 7ae4036818 feat: Adding initial skeleton il y a 3 ans
go.sum 7ae4036818 feat: Adding initial skeleton il y a 3 ans

README.md

ECAL

ECAL is an ECA (Event Condition Action) language for concurrent event processing. ECAL can define event-based systems using rules which are triggered by events.

Features

  • Simple but powerful concurrent event-based processing.
  • Priorities for control flow.
  • Event cascades can be traced with monitors.
  • Rules which can match on event state.
  • Rules can suppress each other.

Further Reading:

License

ECAL source code is available under the MIT License.