A simple embeddable scripting language.

Matthias Ladkau 60b3888a69 feat: Adding initial interpreter and stdlib support 5 роки тому
cli 7ae4036818 feat: Adding initial skeleton 5 роки тому
interpreter 60b3888a69 feat: Adding initial interpreter and stdlib support 5 роки тому
parser 590ec38b48 feat: Adding parser 5 роки тому
scope 60b3888a69 feat: Adding initial interpreter and stdlib support 5 роки тому
stdlib 60b3888a69 feat: Adding initial interpreter and stdlib support 5 роки тому
util 60b3888a69 feat: Adding initial interpreter and stdlib support 5 роки тому
.gitignore 7ae4036818 feat: Adding initial skeleton 5 роки тому
LICENSE 7ae4036818 feat: Adding initial skeleton 5 роки тому
Makefile 7ae4036818 feat: Adding initial skeleton 5 роки тому
NOTICE 7ae4036818 feat: Adding initial skeleton 5 роки тому
README.md 7ae4036818 feat: Adding initial skeleton 5 роки тому
ecal.md 60b3888a69 feat: Adding initial interpreter and stdlib support 5 роки тому
eval.go 60b3888a69 feat: Adding initial interpreter and stdlib support 5 роки тому
go.mod 7ae4036818 feat: Adding initial skeleton 5 роки тому
go.sum 7ae4036818 feat: Adding initial skeleton 5 роки тому

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.