A simple embeddable scripting language.

Matthias Ladkau 840f1e1958 feat: Adding logging and sink support 3 年之前
cli 07b3c799d5 feat: Adding import statements 3 年之前
config 840f1e1958 feat: Adding logging and sink support 3 年之前
engine 840f1e1958 feat: Adding logging and sink support 3 年之前
interpreter 840f1e1958 feat: Adding logging and sink support 3 年之前
parser 590ec38b48 feat: Adding parser 3 年之前
scope 840f1e1958 feat: Adding logging and sink support 3 年之前
stdlib 60b3888a69 feat: Adding initial interpreter and stdlib support 3 年之前
util 840f1e1958 feat: Adding logging and sink support 3 年之前
.gitignore 7ae4036818 feat: Adding initial skeleton 3 年之前
LICENSE 7ae4036818 feat: Adding initial skeleton 3 年之前
Makefile 7ae4036818 feat: Adding initial skeleton 3 年之前
NOTICE 7ae4036818 feat: Adding initial skeleton 3 年之前
README.md 7ae4036818 feat: Adding initial skeleton 3 年之前
ecal.md 840f1e1958 feat: Adding logging and sink support 3 年之前
engine.md 840f1e1958 feat: Adding logging and sink support 3 年之前
eval.go 60b3888a69 feat: Adding initial interpreter and stdlib support 3 年之前
go.mod 7ae4036818 feat: Adding initial skeleton 3 年之前
go.sum 7ae4036818 feat: Adding initial skeleton 3 年之前

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.