A simple embeddable scripting language.
Matthias Ladkau e1f49fbe26 feat: Moving thread pool and pubsub into the engine code | há 4 anos atrás | |
---|---|---|
cli | há 4 anos atrás | |
config | há 4 anos atrás | |
engine | há 4 anos atrás | |
interpreter | há 4 anos atrás | |
parser | há 4 anos atrás | |
scope | há 4 anos atrás | |
stdlib | há 4 anos atrás | |
util | há 4 anos atrás | |
.gitignore | há 4 anos atrás | |
LICENSE | há 4 anos atrás | |
Makefile | há 4 anos atrás | |
NOTICE | há 4 anos atrás | |
README.md | há 4 anos atrás | |
ecal.md | há 4 anos atrás | |
engine.md | há 4 anos atrás | |
eval.go | há 4 anos atrás | |
go.mod | há 4 anos atrás | |
go.sum | há 4 anos atrás |
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.
ECAL source code is available under the MIT License.