diff --git a/js/compiler/syndicate.ohm b/js/compiler/syndicate.ohm index 1bc0a01..b07d9e9 100644 --- a/js/compiler/syndicate.ohm +++ b/js/compiler/syndicate.ohm @@ -27,7 +27,7 @@ Syndicate <: ES5 { | react FacetBlock -- forever AssertionTypeDeclarationStatement - = assertion type identifier "(" FormalParameterList ")" ("=" stringLiteral)? #(sc) + = (assertion | message) type identifier "(" FormalParameterList ")" ("=" stringLiteral)? #(sc) SendMessageStatement = "::" Expression #(sc)