A simple embeddable scripting language.

Matthias Ladkau 6ba51d74fe feat: Adding ECA engine 3 years ago
cli 07b3c799d5 feat: Adding import statements 3 years ago
engine 6ba51d74fe feat: Adding ECA engine 3 years ago
interpreter 07b3c799d5 feat: Adding import statements 3 years ago
parser 590ec38b48 feat: Adding parser 3 years ago
scope 07b3c799d5 feat: Adding import statements 3 years ago
stdlib 60b3888a69 feat: Adding initial interpreter and stdlib support 3 years ago
util 07b3c799d5 feat: Adding import statements 3 years ago
.gitignore 7ae4036818 feat: Adding initial skeleton 3 years ago
LICENSE 7ae4036818 feat: Adding initial skeleton 3 years ago
Makefile 7ae4036818 feat: Adding initial skeleton 3 years ago
NOTICE 7ae4036818 feat: Adding initial skeleton 3 years ago
README.md 7ae4036818 feat: Adding initial skeleton 3 years ago
ecal.md 60b3888a69 feat: Adding initial interpreter and stdlib support 3 years ago
engine.md 6ba51d74fe feat: Adding ECA engine 3 years ago
eval.go 60b3888a69 feat: Adding initial interpreter and stdlib support 3 years ago
go.mod 7ae4036818 feat: Adding initial skeleton 3 years ago
go.sum 7ae4036818 feat: Adding initial skeleton 3 years ago

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.