diff --git a/src/compiler.ts b/src/compiler.ts index 9348225..e89e725 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -45,9 +45,9 @@ export const compileBlock: ActionFunction = part => { case re.if: func = actions.logic break - // case re.for: - // func = actions.loop - // break + case re.for: + func = actions.loop + break case re.incude: func = actions.importer break