A simple embeddable scripting language.
Matthias Ladkau e1f49fbe26 feat: Moving thread pool and pubsub into the engine code | hace 4 años | |
---|---|---|
cli | hace 4 años | |
config | hace 4 años | |
engine | hace 4 años | |
interpreter | hace 4 años | |
parser | hace 4 años | |
scope | hace 4 años | |
stdlib | hace 4 años | |
util | hace 4 años | |
.gitignore | hace 4 años | |
LICENSE | hace 4 años | |
Makefile | hace 4 años | |
NOTICE | hace 4 años | |
README.md | hace 4 años | |
ecal.md | hace 4 años | |
engine.md | hace 4 años | |
eval.go | hace 4 años | |
go.mod | hace 4 años | |
go.sum | hace 4 años |
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.