A simple embeddable scripting language.

Matthias Ladkau 701de856f5 feat: Adding pulse trigger function hace 3 años
cli b9a925e614 feat: Adding cron trigger function hace 3 años
config 840f1e1958 feat: Adding logging and sink support hace 3 años
engine cb65914e8e fix: Fix race condition for thread pool with one thread - fix race condition for error reporting hace 3 años
examples 178b01bac9 fix: Using the proper declaration scope and an example hace 3 años
interpreter 701de856f5 feat: Adding pulse trigger function hace 3 años
parser bb87c53245 feat: Custom stdlib function hace 3 años
scope 623daf105d feat: Adding doc function and test fixup hace 3 años
stdlib b9a925e614 feat: Adding cron trigger function hace 3 años
util 8a578b4595 feat: Loading of initial file hace 3 años
.gitignore 7ae4036818 feat: Adding initial skeleton hace 3 años
LICENSE 7ae4036818 feat: Adding initial skeleton hace 3 años
Makefile 7975b738af feat: CLI support hace 3 años
NOTICE 7ae4036818 feat: Adding initial skeleton hace 3 años
README.md 7ae4036818 feat: Adding initial skeleton hace 3 años
ecal.md 701de856f5 feat: Adding pulse trigger function hace 3 años
engine.md 840f1e1958 feat: Adding logging and sink support hace 3 años
go.mod 9370f1dd73 feat: Adding help function hace 3 años
go.sum 9370f1dd73 feat: Adding help function hace 3 años

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.