A simple embeddable scripting language.

Matthias Ladkau cb65914e8e fix: Fix race condition for thread pool with one thread - fix race condition for error reporting há 3 anos atrás
cli 07b3c799d5 feat: Adding import statements há 3 anos atrás
config 840f1e1958 feat: Adding logging and sink support há 3 anos atrás
engine cb65914e8e fix: Fix race condition for thread pool with one thread - fix race condition for error reporting há 3 anos atrás
interpreter e1f49fbe26 feat: Moving thread pool and pubsub into the engine code há 3 anos atrás
parser 590ec38b48 feat: Adding parser há 3 anos atrás
scope 840f1e1958 feat: Adding logging and sink support há 3 anos atrás
stdlib 60b3888a69 feat: Adding initial interpreter and stdlib support há 3 anos atrás
util 5394ef0281 feat: Better error reporting for sinks há 3 anos atrás
.gitignore 7ae4036818 feat: Adding initial skeleton há 3 anos atrás
LICENSE 7ae4036818 feat: Adding initial skeleton há 3 anos atrás
Makefile 7ae4036818 feat: Adding initial skeleton há 3 anos atrás
NOTICE 7ae4036818 feat: Adding initial skeleton há 3 anos atrás
README.md 7ae4036818 feat: Adding initial skeleton há 3 anos atrás
ecal.md e1f49fbe26 feat: Moving thread pool and pubsub into the engine code há 3 anos atrás
engine.md 840f1e1958 feat: Adding logging and sink support há 3 anos atrás
eval.go 60b3888a69 feat: Adding initial interpreter and stdlib support há 3 anos atrás
go.mod 7ae4036818 feat: Adding initial skeleton há 3 anos atrás
go.sum 7ae4036818 feat: Adding initial skeleton há 3 anos atrás

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.