A simple embeddable scripting language.

Matthias Ladkau deebdc0a7c feat: CLI support 3 lat temu
cli deebdc0a7c feat: CLI support 3 lat temu
config 840f1e1958 feat: Adding logging and sink support 3 lat temu
engine cb65914e8e fix: Fix race condition for thread pool with one thread - fix race condition for error reporting 3 lat temu
interpreter d001b749e0 fix: Adding unit tests 3 lat temu
parser d001b749e0 fix: Adding unit tests 3 lat temu
scope 623daf105d feat: Adding doc function and test fixup 3 lat temu
stdlib 623daf105d feat: Adding doc function and test fixup 3 lat temu
util dc8dfe88f7 feat: Adding exception handling 3 lat temu
.gitignore 7ae4036818 feat: Adding initial skeleton 3 lat temu
LICENSE 7ae4036818 feat: Adding initial skeleton 3 lat temu
Makefile 7ae4036818 feat: Adding initial skeleton 3 lat temu
NOTICE 7ae4036818 feat: Adding initial skeleton 3 lat temu
README.md 7ae4036818 feat: Adding initial skeleton 3 lat temu
ecal.md 623daf105d feat: Adding doc function and test fixup 3 lat temu
engine.md 840f1e1958 feat: Adding logging and sink support 3 lat temu
go.mod 7ae4036818 feat: Adding initial skeleton 3 lat temu
go.sum 7ae4036818 feat: Adding initial skeleton 3 lat temu

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.