A simple embeddable scripting language.

Matthias Ladkau 8a578b4595 feat: Loading of initial file %!s(int64=3) %!d(string=hai) anos
cli 8a578b4595 feat: Loading of initial file %!s(int64=3) %!d(string=hai) anos
config 840f1e1958 feat: Adding logging and sink support %!s(int64=3) %!d(string=hai) anos
engine cb65914e8e fix: Fix race condition for thread pool with one thread - fix race condition for error reporting %!s(int64=3) %!d(string=hai) anos
interpreter 35eeb88614 feat: Stdlib documentation support %!s(int64=3) %!d(string=hai) anos
parser d001b749e0 fix: Adding unit tests %!s(int64=3) %!d(string=hai) anos
scope 623daf105d feat: Adding doc function and test fixup %!s(int64=3) %!d(string=hai) anos
stdlib 9370f1dd73 feat: Adding help function %!s(int64=3) %!d(string=hai) anos
util 8a578b4595 feat: Loading of initial file %!s(int64=3) %!d(string=hai) anos
.gitignore 7ae4036818 feat: Adding initial skeleton %!s(int64=3) %!d(string=hai) anos
LICENSE 7ae4036818 feat: Adding initial skeleton %!s(int64=3) %!d(string=hai) anos
Makefile 7975b738af feat: CLI support %!s(int64=3) %!d(string=hai) anos
NOTICE 7ae4036818 feat: Adding initial skeleton %!s(int64=3) %!d(string=hai) anos
README.md 7ae4036818 feat: Adding initial skeleton %!s(int64=3) %!d(string=hai) anos
ecal.md 9370f1dd73 feat: Adding help function %!s(int64=3) %!d(string=hai) anos
engine.md 840f1e1958 feat: Adding logging and sink support %!s(int64=3) %!d(string=hai) anos
go.mod 9370f1dd73 feat: Adding help function %!s(int64=3) %!d(string=hai) anos
go.sum 9370f1dd73 feat: Adding help function %!s(int64=3) %!d(string=hai) anos

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.