diff --git a/packages/compiler/src/compiler/grammar.ts b/packages/compiler/src/compiler/grammar.ts index 97178d3..858c7c2 100644 --- a/packages/compiler/src/compiler/grammar.ts +++ b/packages/compiler/src/compiler/grammar.ts @@ -320,7 +320,7 @@ export class SyndicateParser { o.body = []; return seq(atom('at'), bind(o, 'target', this.expr()), - this.statement(o.body)); + this.block(o.body)); }); // Principal: none