feat: progress

This commit is contained in:
2026-01-11 20:18:38 -05:00
parent 609fe05250
commit d4f33c1658
7 changed files with 11594 additions and 43 deletions

View File

@@ -24,9 +24,9 @@ func New(config *config.Config, expression *lambda.Expression) *Engine {
func (e Engine) Run() {
e.Emit("start")
for lambda.ReduceOnce(e.Expression) {
lambda.ReduceAll(e.Expression, func() {
e.Emit("step")
}
})
e.Emit("end")
}